Skip to content

Commit 65e7cba

Browse files
[PIP] Update packaging requirement from <=24.2,>=20.0 to >=20.0,<=25.0
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] <support@github.com>
1 parent 556f4d4 commit 65e7cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers=[
2525
dependencies = [
2626
"pulp-glue==0.33.0.dev",
2727
"click>=8.0.0,<9",
28-
"packaging>=20.0,<=24.2", # CalVer
28+
"packaging>=20.0,<=25.0", # CalVer
2929
"PyYAML>=5.3,<6.1",
3030
"schema>=0.7.5,<0.8",
3131
"tomli>=2.0.0,<2.1;python_version<'3.11'",

0 commit comments

Comments
 (0)