diff --git a/poetry.lock b/poetry.lock index 741cb1ca57ec..2c9dfc77c7b3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1837,13 +1837,13 @@ files = [ [[package]] name = "fsspec" -version = "2024.6.0" +version = "2024.6.1" description = "File-system specification" optional = true python-versions = ">=3.8" files = [ - {file = "fsspec-2024.6.0-py3-none-any.whl", hash = "sha256:58d7122eb8a1a46f7f13453187bfea4972d66bf01618d37366521b1998034cee"}, - {file = "fsspec-2024.6.0.tar.gz", hash = "sha256:f579960a56e6d8038a9efc8f9c77279ec12e6299aa86b0769a7e9c46b94527c2"}, + {file = "fsspec-2024.6.1-py3-none-any.whl", hash = "sha256:3cb443f8bcd2efb31295a5b9fdb02aee81d8452c80d28f97a6d0959e6cee101e"}, + {file = "fsspec-2024.6.1.tar.gz", hash = "sha256:fad7d7e209dd4c1208e3bbfda706620e0da5142bebbd9c384afb95b07e798e49"}, ] [package.extras] @@ -1876,19 +1876,19 @@ tqdm = ["tqdm"] [[package]] name = "gcsfs" -version = "2024.6.0" +version = "2024.6.1" description = "Convenient Filesystem interface over GCS" optional = true python-versions = ">=3.8" files = [ - {file = "gcsfs-2024.6.0-py2.py3-none-any.whl", hash = "sha256:92c9239167bd1e209b662b6f4ab71974f276118779c55360215cce5e0098ca7f"}, - {file = "gcsfs-2024.6.0.tar.gz", hash = "sha256:27bd490d7a9dd641d5f6f4ea0b18fabdcfa6129b84ebdb22b23e3460ded1aa8c"}, + {file = "gcsfs-2024.6.1-py2.py3-none-any.whl", hash = "sha256:13fd18095425e54e248870594fd155812723966b1bda3b102b3a5c44ec436a03"}, + {file = "gcsfs-2024.6.1.tar.gz", hash = "sha256:e8858c7a893b2265e9bfce2fe270a024a2e348c74c23528801db388fc0224ed7"}, ] [package.dependencies] aiohttp = "<4.0.0a0 || >4.0.0a0,<4.0.0a1 || >4.0.0a1" decorator = ">4.1.2" -fsspec = "2024.6.0" +fsspec = "2024.6.1" google-auth = ">=1.2" google-auth-oauthlib = "*" google-cloud-storage = "*" @@ -7681,4 +7681,4 @@ visualization = ["graphviz"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c30c7b966bc333b7315acfb91dde5394e17500ffecd7833e35a8c4b7d42052d8" +content-hash = "e538ac00f32af8c9c3040f30542c2eada46299907a787f36faa79898439d5bd5" diff --git a/pyproject.toml b/pyproject.toml index bb58083afde4..2034339aae6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 } diff --git a/requirements-dev.txt b/requirements-dev.txt index 256585de58f1..b2a28fc4d784 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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"