From 8e01dc8b53a850714818d26e1f9102a16997b474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 18:32:49 +0000 Subject: [PATCH] Bump cyclonedx-python-lib from 11.10.0 to 11.11.0 Bumps [cyclonedx-python-lib](https://github.com/CycloneDX/cyclonedx-python-lib) from 11.10.0 to 11.11.0. - [Release notes](https://github.com/CycloneDX/cyclonedx-python-lib/releases) - [Changelog](https://github.com/CycloneDX/cyclonedx-python-lib/blob/main/CHANGELOG.md) - [Commits](https://github.com/CycloneDX/cyclonedx-python-lib/compare/v11.10.0...v11.11.0) --- updated-dependencies: - dependency-name: cyclonedx-python-lib dependency-version: 11.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- features/report-sbom.feature | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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',