Skip to content

Commit f713ddf

Browse files
chore(deps-dev): update cyclonedx-bom requirement from <4.0.0,>=3.11.0 to >=3.11.0,<5.0.0 (#694)
1 parent f3fbaf0 commit f713ddf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ upgrade-quiet:
107107
# Generate a Software Bill of Materials (SBOM).
108108
.PHONY: sbom
109109
sbom: requirements
110-
cyclonedx-py --force --requirements --format json --output dist/$(PACKAGE_NAME)-$(PACKAGE_VERSION)-sbom.json
110+
cyclonedx-py requirements --output-format json --outfile dist/$(PACKAGE_NAME)-$(PACKAGE_VERSION)-sbom.json
111111

112112
# Generate a requirements.txt file containing version and integrity hashes for all
113113
# packages currently installed in the virtual environment. There's no easy way to

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dev = [
4848
"pip-audit >=2.4.4,<3.0.0",
4949
"pylint >=3.0.0,<3.2.0",
5050
"perflint >=0.8.0,<1.0.0",
51-
"cyclonedx-bom >=3.11.0,<4.0.0",
51+
"cyclonedx-bom >=4.0.0,<5.0.0",
5252
]
5353
docs = [
5454
"sphinx >=5.1.1,<8.0.0",

0 commit comments

Comments
 (0)