diff --git a/pyproject.toml b/pyproject.toml index 4666914f..312f7730 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "CacheControl[filecache] >= 0.13.0", # NOTE(ww): Release 2.5.0 is broken, subsequent 2.5.x releases fix it. # See: https://github.com/CycloneDX/cyclonedx-python-lib/issues/245 - "cyclonedx-python-lib ~= 4.0", + "cyclonedx-python-lib >= 4,< 6", "html5lib>=1.1", "packaging>=23.0.0", # https://github.com/pypa/pip-audit/issues/464 "pip-api>=0.0.28",