Skip to content

Commit a1df53e

Browse files
chore(deps): update cyclonedx-bom requirement
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...v7.0.0) --- updated-dependencies: - dependency-name: cyclonedx-bom dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c323ddd commit a1df53e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"packageurl-python >= 0.11.1,<1.0.0",
3333
"ruamel.yaml >= 0.18.6,<1.0.0",
3434
"jsonschema >= 4.22.0,<5.0.0",
35-
"cyclonedx-bom >=4.0.0,<5.0.0",
35+
"cyclonedx-bom >=4.0.0,<8.0.0",
3636
"cyclonedx-python-lib[validation] >=7.3.4,<8.0.0",
3737
"beautifulsoup4 >= 4.12.0,<5.0.0",
3838
"problog >= 2.2.6,<3.0.0",
@@ -78,7 +78,7 @@ dev = [
7878
"types-jsonschema >=4.22.0,<5.0.0",
7979
"pip-audit >=2.5.6,<3.0.0",
8080
"pylint >=3.0.3,<4.0.0",
81-
"cyclonedx-bom >=4.0.0,<5.0.0",
81+
"cyclonedx-bom >=4.0.0,<8.0.0",
8282
"types-beautifulsoup4 >= 4.12.0,<5.0.0",
8383
]
8484
docs = [

0 commit comments

Comments
 (0)