Skip to content

Commit

Permalink
chore(deps-dev): update cyclonedx-bom requirement from <4.0.0,>=3.11.…
Browse files Browse the repository at this point in the history
…0 to >=3.11.0,<5.0.0 (#694)
  • Loading branch information
dependabot[bot] authored May 14, 2024
1 parent f3fbaf0 commit f713ddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ upgrade-quiet:
# Generate a Software Bill of Materials (SBOM).
.PHONY: sbom
sbom: requirements
cyclonedx-py --force --requirements --format json --output dist/$(PACKAGE_NAME)-$(PACKAGE_VERSION)-sbom.json
cyclonedx-py requirements --output-format json --outfile dist/$(PACKAGE_NAME)-$(PACKAGE_VERSION)-sbom.json

# Generate a requirements.txt file containing version and integrity hashes for all
# packages currently installed in the virtual environment. There's no easy way to
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dev = [
"pip-audit >=2.4.4,<3.0.0",
"pylint >=3.0.0,<3.2.0",
"perflint >=0.8.0,<1.0.0",
"cyclonedx-bom >=3.11.0,<4.0.0",
"cyclonedx-bom >=4.0.0,<5.0.0",
]
docs = [
"sphinx >=5.1.1,<8.0.0",
Expand Down

0 comments on commit f713ddf

Please sign in to comment.