We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bacba4d commit 776e9d2Copy full SHA for 776e9d2
pyproject.toml
@@ -30,7 +30,7 @@ dependencies = [
30
"CacheControl[filecache] >= 0.13.0",
31
# NOTE(ww): Release 2.5.0 is broken, subsequent 2.5.x releases fix it.
32
# See: https://github.com/CycloneDX/cyclonedx-python-lib/issues/245
33
- "cyclonedx-python-lib >= 4,< 6",
+ "cyclonedx-python-lib >= 4,< 7",
34
"html5lib>=1.1",
35
"packaging>=23.0.0", # https://github.com/pypa/pip-audit/issues/464
36
"pip-api>=0.0.28",
0 commit comments