Skip to content

Commit 2625e0f

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@22.0...26.3) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.3' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6801a60 commit 2625e0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pulp-glue/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424
dependencies = [
2525
"multidict>=6.0.5,<6.8",
26-
"packaging>=22.0,<=26.2", # CalVer
26+
"packaging>=22.0,<=26.3", # CalVer
2727
"pydantic>=2.9.2,<3", # Stable with the exception of experimental features. https://pydantic.dev/docs/validation/latest/get-started/version-policy
2828
"requests>=2.24.0,<2.35 ; python_version < '3.12'",
2929
"requests>=2.25.1,<2.35 ; python_version >= '3.12'",

0 commit comments

Comments
 (0)