From a50f37a822187e3d7e1d509a7cedb7c1c787945a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 07:33:19 +0000 Subject: [PATCH] Update cyclonedx-bom requirement from <8,>=5 to >=7.3.0,<8 Updates the requirements on [cyclonedx-bom](https://github.com/CycloneDX/cyclonedx-python) to permit the latest version. - [Release notes](https://github.com/CycloneDX/cyclonedx-python/releases) - [Changelog](https://github.com/CycloneDX/cyclonedx-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/CycloneDX/cyclonedx-python/compare/v5.0.0...v7.3.0) --- updated-dependencies: - dependency-name: cyclonedx-bom dependency-version: 7.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 943b5ac..71b5d97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ pdf = [ ] dev = [ "build>=1.5.0,<2", - "cyclonedx-bom>=5,<8", + "cyclonedx-bom>=7.3.0,<8", "hypothesis>=6.152.4,<7", "jsonschema>=4,<5", "pip-audit>=2.7,<3",