Skip to content

Commit

Permalink
chore(deps): update cyclonedx-bom requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [cyclonedx-bom](https://github.com/CycloneDX/cyclonedx-python) to permit the latest version.
- [Release notes](https://github.com/CycloneDX/cyclonedx-python/releases)
- [Changelog](https://github.com/CycloneDX/cyclonedx-python/blob/main/CHANGELOG.md)
- [Commits](CycloneDX/cyclonedx-python@v4.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: cyclonedx-bom
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 6a210f4 commit 47aed65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"packageurl-python >= 0.11.1,<1.0.0",
"ruamel.yaml >= 0.18.6,<1.0.0",
"jsonschema >= 4.22.0,<5.0.0",
"cyclonedx-bom >=4.0.0,<5.0.0",
"cyclonedx-bom >=4.0.0,<6.0.0",
"cyclonedx-python-lib[validation] >=7.3.4,<8.0.0",
"beautifulsoup4 >= 4.12.0,<5.0.0",
]
Expand Down Expand Up @@ -74,7 +74,7 @@ dev = [
"types-jsonschema >=4.22.0,<5.0.0",
"pip-audit >=2.5.6,<3.0.0",
"pylint >=3.0.3,<4.0.0",
"cyclonedx-bom >=4.0.0,<5.0.0",
"cyclonedx-bom >=4.0.0,<6.0.0",
"types-beautifulsoup4 >= 4.12.0,<5.0.0",
]
docs = [
Expand Down

0 comments on commit 47aed65

Please sign in to comment.