From a2b88d3a7d47538a8325a36edbcdfc0d4bc67ccc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 10:47:43 +0000 Subject: [PATCH] chore(deps-dev): update cyclonedx-bom requirement 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/v7.0.0...v7.2.2) --- updated-dependencies: - dependency-name: cyclonedx-bom dependency-version: 7.2.2 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 246a424d..df3cb035 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dev = [ "mypy >=1.0.0,!=1.20.2,<1.21", "pip-audit >=2.4.4,<3.0.0", "pylint >=4.0.0,<4.1.0", - "cyclonedx-bom >=7.0.0,<8.0.0", + "cyclonedx-bom >=7.2.2,<8.0.0", ] docs = [ "sphinx >=5.1.1,<9.0.0",