Skip to content

Commit 5038d1a

Browse files
build(deps): update fsspec[http] requirement from <2025.6.0,>=2022.5.0 to >=2022.5.0,<2025.8.0 in /requirements (#20990)
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](fsspec/filesystem_spec@2022.5.0...2025.7.0) --- updated-dependencies: - dependency-name: fsspec[http] dependency-version: 2025.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 37f559e commit 5038d1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/fabric/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
33

44
torch >=2.1.0, <2.8.0
5-
fsspec[http] >=2022.5.0, <2025.6.0
5+
fsspec[http] >=2022.5.0, <2025.8.0
66
packaging >=20.0, <=25.0
77
typing-extensions >=4.5.0, <4.15.0
88
lightning-utilities >=0.10.0, <0.15.0

requirements/pytorch/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
torch >=2.1.0, <=2.8.0
55
tqdm >=4.57.0, <4.68.0
66
PyYAML >5.4, <6.1.0
7-
fsspec[http] >=2022.5.0, <2025.6.0
7+
fsspec[http] >=2022.5.0, <2025.8.0
88
torchmetrics >0.7.0, <1.8.0
99
packaging >=20.0, <=25.0
1010
typing-extensions >=4.5.0, <4.15.0

0 commit comments

Comments
 (0)