From 249b07406943d5b9d90f35a401da8ad9fb7d5ad6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 01:24:25 +0000 Subject: [PATCH 1/2] fix(deps): update dependency fsspec to <2024.6.1 --- poetry.lock | 17 +++++++++-------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 17920bf3e3fe..c2dfe8f27971 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1985,13 +1985,13 @@ files = [ [[package]] name = "fsspec" -version = "2024.5.0" +version = "2024.6.0" description = "File-system specification" optional = true python-versions = ">=3.8" files = [ - {file = "fsspec-2024.5.0-py3-none-any.whl", hash = "sha256:e0fdbc446d67e182f49a70b82cf7889028a63588fde6b222521f10937b2b670c"}, - {file = "fsspec-2024.5.0.tar.gz", hash = "sha256:1d021b0b0f933e3b3029ed808eb400c08ba101ca2de4b3483fbc9ca23fcee94a"}, + {file = "fsspec-2024.6.0-py3-none-any.whl", hash = "sha256:58d7122eb8a1a46f7f13453187bfea4972d66bf01618d37366521b1998034cee"}, + {file = "fsspec-2024.6.0.tar.gz", hash = "sha256:f579960a56e6d8038a9efc8f9c77279ec12e6299aa86b0769a7e9c46b94527c2"}, ] [package.extras] @@ -2000,6 +2000,7 @@ adl = ["adlfs"] arrow = ["pyarrow (>=1)"] dask = ["dask", "distributed"] dev = ["pre-commit", "ruff"] +doc = ["numpydoc", "sphinx", "sphinx-design", "sphinx-rtd-theme", "yarl"] dropbox = ["dropbox", "dropboxdrivefs", "requests"] full = ["adlfs", "aiohttp (!=4.0.0a0,!=4.0.0a1)", "dask", "distributed", "dropbox", "dropboxdrivefs", "fusepy", "gcsfs", "libarchive-c", "ocifs", "panel", "paramiko", "pyarrow (>=1)", "pygit2", "requests", "s3fs", "smbprotocol", "tqdm"] fuse = ["fusepy"] @@ -2023,19 +2024,19 @@ tqdm = ["tqdm"] [[package]] name = "gcsfs" -version = "2024.5.0" +version = "2024.6.0" description = "Convenient Filesystem interface over GCS" optional = true python-versions = ">=3.8" files = [ - {file = "gcsfs-2024.5.0-py2.py3-none-any.whl", hash = "sha256:49978e7eb68800c2d074bb07b39050f8ae990899855abcdae6ef478a94528451"}, - {file = "gcsfs-2024.5.0.tar.gz", hash = "sha256:e54eaaffb82aaa369aea9b985e5db19a8446a325f796481303abe71a4e3427d6"}, + {file = "gcsfs-2024.6.0-py2.py3-none-any.whl", hash = "sha256:92c9239167bd1e209b662b6f4ab71974f276118779c55360215cce5e0098ca7f"}, + {file = "gcsfs-2024.6.0.tar.gz", hash = "sha256:27bd490d7a9dd641d5f6f4ea0b18fabdcfa6129b84ebdb22b23e3460ded1aa8c"}, ] [package.dependencies] aiohttp = "<4.0.0a0 || >4.0.0a0,<4.0.0a1 || >4.0.0a1" decorator = ">4.1.2" -fsspec = "2024.5.0" +fsspec = "2024.6.0" google-auth = ">=1.2" google-auth-oauthlib = "*" google-cloud-storage = "*" @@ -8088,4 +8089,4 @@ visualization = ["graphviz"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c849014a0723be734dc89ae8189cc502fbd19976fe6d0fb9a136b07acf6c7cae" +content-hash = "9922c5841389b4b48c10abd58da292e7291910bad1286b72e86f2f2be79f4a99" diff --git a/pyproject.toml b/pyproject.toml index 3cece92e2c77..fa28015eec2f 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.5.1", optional = true } +fsspec = { version = "<2024.6.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 } From dfbb8eb40cec519d761abd1f7d01178ecb666ab3 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Tue, 4 Jun 2024 06:53:43 -0400 Subject: [PATCH 2/2] chore(deps): relock requirements-dev.txt --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 36a9d80965f6..d9cf1e0dc99f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -69,8 +69,8 @@ folium==0.16.0 ; python_version >= "3.10" and python_version < "3.13" fonttools==4.52.1 ; 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.5.0 ; python_version >= "3.10" and python_version < "4.0" -gcsfs==2024.5.0 ; 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" 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.10" and python_version < "4.0"