Skip to content

Commit

Permalink
chore(deps): Update packaging requirement || ^24 (#697)
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: packaging
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 17, 2024
1 parent 8181ce9 commit bd3f232
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 @@ -72,7 +72,7 @@ python = "^3.8"
cyclonedx-python-lib = { version = "^6.1.0", extras = ["validation"] }
packageurl-python = ">=0.11, <2" # keep in sync with same dep in `cyclonedx-python-lib`
pip-requirements-parser = "^32.0"
packaging = "^22||^23"
packaging = "^22||^23 || ^24"
tomli = { version = "^2.0.1", python = "<3.11" }
chardet = "^5.1"

Expand Down

0 comments on commit bd3f232

Please sign in to comment.