Skip to content

Commit 27ee4f2

Browse files
[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...26.0) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6a889a1 commit 27ee4f2

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
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525
dependencies = [
2626
"multidict>=6.0.5,<6.8",
27-
"packaging>=20.0,<=25.0", # CalVer
27+
"packaging>=20.0,<=26.0", # CalVer
2828
"requests>=2.24.0,<2.33",
2929
"tomli>=2.0.0,<2.1;python_version<'3.11'",
3030
]

0 commit comments

Comments
 (0)