Skip to content

Commit 776e9d2

Browse files
build(deps-dev): update cyclonedx-python-lib requirement
Updates the requirements on [cyclonedx-python-lib](https://github.com/CycloneDX/cyclonedx-python-lib) to permit the latest version. - [Release notes](https://github.com/CycloneDX/cyclonedx-python-lib/releases) - [Changelog](https://github.com/CycloneDX/cyclonedx-python-lib/blob/main/CHANGELOG.md) - [Commits](CycloneDX/cyclonedx-python-lib@v4.0.0...v6.0.0) --- updated-dependencies: - dependency-name: cyclonedx-python-lib dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bacba4d commit 776e9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"CacheControl[filecache] >= 0.13.0",
3131
# NOTE(ww): Release 2.5.0 is broken, subsequent 2.5.x releases fix it.
3232
# See: https://github.com/CycloneDX/cyclonedx-python-lib/issues/245
33-
"cyclonedx-python-lib >= 4,< 6",
33+
"cyclonedx-python-lib >= 4,< 7",
3434
"html5lib>=1.1",
3535
"packaging>=23.0.0", # https://github.com/pypa/pip-audit/issues/464
3636
"pip-api>=0.0.28",

0 commit comments

Comments
 (0)