Skip to content

Commit 3993242

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@v7.0.0...v7.3.0) --- updated-dependencies: - dependency-name: cyclonedx-bom dependency-version: 7.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 452c9c5 commit 3993242

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
"packageurl-python >=0.11.1,<1.0.0",
3535
"ruamel.yaml >=0.18.6,<1.0.0",
3636
"jsonschema >=4.22.0,<5.0.0",
37-
"cyclonedx-bom >=7.0.0,<8.0.0",
37+
"cyclonedx-bom >=7.3.0,<8.0.0",
3838
"cyclonedx-python-lib[validation] >=9.0.0,<12.0.0",
3939
"beautifulsoup4 >=4.12.0,<5.0.0",
4040
"problog >=2.2.6,<3.0.0",
@@ -83,7 +83,7 @@ dev = [
8383
"types-defusedxml >=0.7.0,<1.0.0",
8484
"pip-audit >=2.5.6,<3.0.0",
8585
"pylint >=4.0.4,<5.0.0",
86-
"cyclonedx-bom >=7.0.0,<8.0.0",
86+
"cyclonedx-bom >=7.3.0,<8.0.0",
8787
"types-beautifulsoup4 >=4.12.0,<5.0.0",
8888
]
8989
docs = [

0 commit comments

Comments
 (0)