Skip to content

Commit

Permalink
build(deps-dev): update packaging requirement (#88)
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@21.3...24.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 9e639f5 commit 88a204a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
dependencies = [
"abi3info >= 2023.01.27",
"kaitaistruct ~= 0.10",
"packaging >= 21.3,< 24.0",
"packaging >= 21.3,< 25.0",
"pefile >= 2022.5.30",
"pyelftools >= 0.29",
"requests >= 2.28.1,< 2.32.0",
Expand Down

0 comments on commit 88a204a

Please sign in to comment.