From 3adf0bba04b4055ea4a9376ee758db9d9f5729bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 12:20:15 +0000 Subject: [PATCH] chore(deps): 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/v4.0.0...v6.0.0) --- updated-dependencies: - dependency-name: cyclonedx-bom dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8b07c34a5..7f9d0ac37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "packageurl-python >= 0.11.1,<1.0.0", "ruamel.yaml >= 0.18.6,<1.0.0", "jsonschema >= 4.22.0,<5.0.0", - "cyclonedx-bom >=4.0.0,<5.0.0", + "cyclonedx-bom >=4.0.0,<7.0.0", "cyclonedx-python-lib[validation] >=7.3.4,<8.0.0", "beautifulsoup4 >= 4.12.0,<5.0.0", "problog >= 2.2.6,<3.0.0", @@ -75,7 +75,7 @@ dev = [ "types-jsonschema >=4.22.0,<5.0.0", "pip-audit >=2.5.6,<3.0.0", "pylint >=3.0.3,<4.0.0", - "cyclonedx-bom >=4.0.0,<5.0.0", + "cyclonedx-bom >=4.0.0,<7.0.0", "types-beautifulsoup4 >= 4.12.0,<5.0.0", ] docs = [