From 7c528345d6e8a690b8de36900f2a76c4334386f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 01:02:01 +0000 Subject: [PATCH] build(deps): update fsspec[http] requirement in /requirements Updates the requirements on [fsspec[http]](https://github.com/fsspec/filesystem_spec) to permit the latest version. - [Commits](https://github.com/fsspec/filesystem_spec/compare/2022.5.0...2025.12.0) --- updated-dependencies: - dependency-name: fsspec[http] dependency-version: 2025.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/fabric/base.txt | 2 +- requirements/pytorch/base.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/fabric/base.txt b/requirements/fabric/base.txt index 629733316b720..e6b60388864c1 100644 --- a/requirements/fabric/base.txt +++ b/requirements/fabric/base.txt @@ -2,7 +2,7 @@ # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment torch >=2.1.0, <2.10.0 -fsspec[http] >=2022.5.0, <2025.11.0 +fsspec[http] >=2022.5.0, <2025.13.0 packaging >=23.0, <=25.0 typing-extensions >4.5.0, <4.16.0 lightning-utilities >=0.10.0, <0.16.0 diff --git a/requirements/pytorch/base.txt b/requirements/pytorch/base.txt index aac3db2406950..0f0775b5b835d 100644 --- a/requirements/pytorch/base.txt +++ b/requirements/pytorch/base.txt @@ -4,7 +4,7 @@ torch >=2.1.0, <2.10.0 tqdm >=4.57.0, <4.68.0 PyYAML >5.4, <6.1.0 -fsspec[http] >=2022.5.0, <2025.11.0 +fsspec[http] >=2022.5.0, <2025.13.0 torchmetrics >0.7.0, <1.9.0 packaging >=23.0, <=25.0 typing-extensions >4.5.0, <4.16.0