Skip to content

Commit

Permalink
[PIP] Update packaging requirement in /pulp-glue
Browse files Browse the repository at this point in the history
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...24.1)

---
updated-dependencies:
- dependency-name: packaging
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent fb64bd7 commit e6d031f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulp-glue/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"packaging>=20.0,<24",
"packaging>=20.0,<25",
"requests>=2.24.0,<2.32",
"importlib_resources>=5.4.0,<6.2;python_version<'3.9'",
]
Expand Down

0 comments on commit e6d031f

Please sign in to comment.