From 43b634d7d4172a68e72374ed672e84542c00f516 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Jan 2026 13:40:41 +0000 Subject: [PATCH] fix(deps): update dependency fsspec to >=2025.12.0,<2025.13 --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9ef1540a..d6221b56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "accessible-output3 @ git+https://github.com/SigmaNight/accessible_output3.git", "anthropic (>=0.72.0,<0.73)", "babel (>=2.17,<2.18)", - "fsspec (>=2025.9.0,<2025.10)", + "fsspec (>=2025.12.0,<2025.13)", "google-genai (>=1.47.0,<1.48)", "httpx (>=0.28.1,<0.29.0)", "keyring (>=25.7.0,<25.8)", diff --git a/uv.lock b/uv.lock index 07e8023d..31eecc8e 100644 --- a/uv.lock +++ b/uv.lock @@ -143,7 +143,7 @@ requires-dist = [ { name = "accessible-output3", git = "https://github.com/SigmaNight/accessible_output3.git" }, { name = "anthropic", specifier = ">=0.72.0,<0.73" }, { name = "babel", specifier = ">=2.17,<2.18" }, - { name = "fsspec", specifier = ">=2025.9.0,<2025.10" }, + { name = "fsspec", specifier = ">=2025.12.0,<2025.13" }, { name = "google-genai", specifier = ">=1.47.0,<1.48" }, { name = "httpx", specifier = ">=0.28.1,<0.29.0" }, { name = "keyring", specifier = ">=25.7.0,<25.8" }, @@ -494,11 +494,11 @@ wheels = [ [[package]] name = "fsspec" -version = "2025.9.0" +version = "2025.12.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/de/e0/bab50af11c2d75c9c4a2a26a5254573c0bd97cea152254401510950486fa/fsspec-2025.9.0.tar.gz", hash = "sha256:19fd429483d25d28b65ec68f9f4adc16c17ea2c7c7bf54ec61360d478fb19c19", size = 304847, upload-time = "2025-09-02T19:10:49.215Z" } +sdist = { url = "https://files.pythonhosted.org/packages/b6/27/954057b0d1f53f086f681755207dda6de6c660ce133c829158e8e8fe7895/fsspec-2025.12.0.tar.gz", hash = "sha256:c505de011584597b1060ff778bb664c1bc022e87921b0e4f10cc9c44f9635973", size = 309748, upload-time = "2025-12-03T15:23:42.687Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/47/71/70db47e4f6ce3e5c37a607355f80da8860a33226be640226ac52cb05ef2e/fsspec-2025.9.0-py3-none-any.whl", hash = "sha256:530dc2a2af60a414a832059574df4a6e10cce927f6f4a78209390fe38955cfb7", size = 199289, upload-time = "2025-09-02T19:10:47.708Z" }, + { url = "https://files.pythonhosted.org/packages/51/c7/b64cae5dba3a1b138d7123ec36bb5ccd39d39939f18454407e5468f4763f/fsspec-2025.12.0-py3-none-any.whl", hash = "sha256:8bf1fe301b7d8acfa6e8571e3b1c3d158f909666642431cc78a1b7b4dbc5ec5b", size = 201422, upload-time = "2025-12-03T15:23:41.434Z" }, ] [[package]]