Skip to content

Commit 396038a

Browse files
build(deps): update packaging requirement from <24.2 to <25.1 in /requirements (#20734)
build(deps): update packaging requirement in /requirements Updates the requirements on [packaging](https://github.com/pypa/packaging) to permit the latest version. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@20.0...25.0) --- updated-dependencies: - dependency-name: packaging dependency-version: '25.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 ffec870 commit 396038a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ twine ==6.0.1
55
importlib-metadata <8.0.0
66
wget
77
pkginfo ==1.12.0
8-
packaging <24.2
8+
packaging <25.1

requirements/fabric/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
torch >=2.1.0, <2.6.0
55
fsspec[http] >=2022.5.0, <2024.4.0
6-
packaging >=20.0, <=23.1
6+
packaging >=20.0, <=25.0
77
typing-extensions >=4.4.0, <4.11.0
88
lightning-utilities >=0.10.0, <0.12.0

requirements/pytorch/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ tqdm >=4.57.0, <4.67.0
66
PyYAML >=5.4, <6.1.0
77
fsspec[http] >=2022.5.0, <2024.4.0
88
torchmetrics >=0.7.0, <1.8.0
9-
packaging >=20.0, <=23.1
9+
packaging >=20.0, <=25.0
1010
typing-extensions >=4.4.0, <4.11.0
1111
lightning-utilities >=0.10.0, <0.12.0

0 commit comments

Comments
 (0)