From 99373bd40b3d792e9e9bb038ad2db3454a4a0cee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 03:38:22 +0000 Subject: [PATCH] [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](https://github.com/pypa/packaging/compare/22.0...26.2) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.2' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pulp-glue/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulp-glue/pyproject.toml b/pulp-glue/pyproject.toml index a73d375f4..3727b85ce 100644 --- a/pulp-glue/pyproject.toml +++ b/pulp-glue/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] dependencies = [ "multidict>=6.0.5,<6.8", - "packaging>=22.0,<=26.1", # CalVer + "packaging>=22.0,<=26.2", # CalVer "pydantic>=2.9.2,<2.14", "requests>=2.24.0,<2.34;python_version<'3.12'", "requests>=2.25.1,<2.34;python_version>='3.12'",