From 9950194aa12f25e5459105f138b74a6200d2e538 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 21:28:20 +0000 Subject: [PATCH] Update cyclonedx-python-lib requirement from ~=8.5.0 to >=8.5,<11.7 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](https://github.com/CycloneDX/cyclonedx-python-lib/compare/v8.5.0...v11.6.0) --- updated-dependencies: - dependency-name: cyclonedx-python-lib dependency-version: 11.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a9cc257..c9c3f67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "packageurl-python~=0.16.0", "wasabi~=1.1.3", "dataclasses-json~=0.6.7", - "cyclonedx-python-lib~=8.5.0", + "cyclonedx-python-lib>=8.5,<11.7", "shippinglabel~=2.1.0", "tqdm~=4.67.0", "scanoss~=1.20.4", diff --git a/requirements.txt b/requirements.txt index 8e69938..f574909 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ license-expression~=30.4.0 packageurl-python~=0.16.0 wasabi~=1.1.3 dataclasses-json~=0.6.7 -cyclonedx-python-lib~=8.5.0 +cyclonedx-python-lib>=8.5,<11.7 shippinglabel~=2.1.0 tqdm~=4.67.0 scanoss~=1.20.4