Skip to content

Commit

Permalink
fix(deps): update dependency fsspec to <2024.5.1 (ibis-project#9201)
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 May 19, 2024
1 parent 82a5f93 commit 15a5257
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
21 changes: 12 additions & 9 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.3.0", optional = true }
fsspec = { version = "<2024.5.1", 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 @@ -69,8 +69,8 @@ folium==0.16.0 ; python_version >= "3.10" and python_version < "3.13"
fonttools==4.51.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.9" and python_version < "4.0"
fsspec==2024.2.0 ; python_version >= "3.9" and python_version < "4.0"
gcsfs==2024.2.0 ; python_version >= "3.9" and python_version < "4.0"
fsspec==2024.5.0 ; python_version >= "3.9" and python_version < "4.0"
gcsfs==2024.5.0 ; python_version >= "3.9" and python_version < "4.0"
gdown==5.2.0 ; python_version >= "3.10" and python_version < "3.13"
geojson==3.1.0 ; python_version >= "3.10" and python_version < "3.13"
geopandas==0.14.4 ; python_version >= "3.9" and python_version < "4.0"
Expand Down

0 comments on commit 15a5257

Please sign in to comment.