Skip to content

Commit fa3c08f

Browse files
dependabot[bot]mdellweg
authored andcommitted
[PIP] Update packaging requirement in /pulp-glue
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 0a68f8d commit fa3c08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pulp-glue/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
dependencies = [
2626
"importlib_resources>=5.4.0,<6.2;python_version<'3.9'",
2727
"multidict>=6.0.5,<6.5",
28-
"packaging>=20.0,<=24.2", # CalVer
28+
"packaging>=20.0,<=25.0", # CalVer
2929
"requests>=2.24.0,<2.33",
3030
]
3131

0 commit comments

Comments
 (0)