From f3a3fd2dcf739335fc05c1d54b188a3148d55998 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 21:28:04 +0000 Subject: [PATCH] Build(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.3.0...v7.3.1) --- updated-dependencies: - dependency-name: cyclonedx-bom dependency-version: 7.3.1 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 f3404906..07feda25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ mcp = [ ] dev = [ "build>=1.5.0,<2", - "cyclonedx-bom>=7.3.0,<8", + "cyclonedx-bom>=7.3.1,<8", "hypothesis>=6.161.2,<7", "jsonschema>=4.26.0,<5", "pip-audit>=2.10.0,<3",