Skip to content

Commit fed7f95

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 8b15870 commit fed7f95

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",
@@ -77,7 +77,7 @@ dev = [
7777
"types-jsonschema >=4.22.0,<5.0.0",
7878
"pip-audit >=2.5.6,<3.0.0",
7979
"pylint >=3.0.3,<4.0.0",
80-
"cyclonedx-bom >=4.0.0,<5.0.0",
80+
"cyclonedx-bom >=4.0.0,<8.0.0",
8181
"types-beautifulsoup4 >= 4.12.0,<5.0.0",
8282
]
8383
docs = [

0 commit comments

Comments
 (0)