diff --git a/features/report-sbom.feature b/features/report-sbom.feature index 2f1ef1b1f..1b4e9177d 100644 --- a/features/report-sbom.feature +++ b/features/report-sbom.feature @@ -220,7 +220,7 @@ Feature: Create an CycloneDX sbom ], "name": "cyclonedx-python-lib", "type": "library", - "version": "11.10.0" + "version": "11.11.0" } ] } diff --git a/pyproject.toml b/pyproject.toml index 8acd230d0..b74ec38de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "sarif-om==1.0.4", "semver==3.0.4", "patch-ng==1.19.1", - "cyclonedx-python-lib==11.10.0", + "cyclonedx-python-lib==11.11.0", "infer-license==0.1.0; python_version <= '3.10.0'", "infer-license==0.2.0; python_version > '3.10.0'", 'setuptools; python_version >= "3.12"', # contains 'pkg_resources' for infer-license @@ -99,7 +99,7 @@ docs = [ 'sphinx-autoissues==0.0.1', 'sphinx-copybutton==0.5.2', ] -test = ['pytest==9.1.0', 'pytest-cov==7.1.0', 'behave==1.3.3', 'cyclonedx-python-lib[json-validation]==11.10.0'] +test = ['pytest==9.1.0', 'pytest-cov==7.1.0', 'behave==1.3.3', 'cyclonedx-python-lib[json-validation]==11.11.0'] casts = ['asciinema==2.4.0'] build = [ 'nuitka==4.1.2',