Skip to content

Commit

Permalink
fix(deps): update dependency fsspec to <2024.6.2 (#9463)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Phillip Cloud <[email protected]>
  • Loading branch information
renovate[bot] and cpcloud authored Jun 29, 2024
1 parent 8a9711f commit 8e225ec
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ impyla = { version = ">=0.17,<1", optional = true }
oracledb = { version = ">=1.3.1,<3", optional = true }
packaging = { version = ">=21.3,<25", optional = true }
pins = { version = ">=0.8.3,<1", extras = ["gcs"], optional = true }
fsspec = { version = "<2024.6.1", optional = true }
fsspec = { version = "<2024.6.2", optional = true }
polars = { version = ">=0.20.17,<1", optional = true }
psycopg2 = { version = ">=2.8.4,<3", optional = true }
pydata-google-auth = { version = ">=1.4.0,<2", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ filelock==3.15.4 ; python_version >= "3.10" and python_version < "4.0"
fonttools==4.53.0 ; python_version >= "3.10" and python_version < "3.13"
fqdn==1.5.1 ; python_version >= "3.10" and python_version < "3.13"
frozenlist==1.4.1 ; python_version >= "3.10" and python_version < "4.0"
fsspec==2024.6.0 ; python_version >= "3.10" and python_version < "4.0"
gcsfs==2024.6.0 ; python_version >= "3.10" and python_version < "4.0"
fsspec==2024.6.1 ; python_version >= "3.10" and python_version < "4.0"
gcsfs==2024.6.1 ; python_version >= "3.10" and python_version < "4.0"
geopandas==1.0.0 ; python_version >= "3.10" and python_version < "4.0"
google-api-core==2.19.0 ; python_version >= "3.10" and python_version < "4.0"
google-api-core[grpc]==2.19.0 ; python_version >= "3.10" and python_version < "4.0"
Expand Down

0 comments on commit 8e225ec

Please sign in to comment.