From 47aed650c7dae47e0af484b4707ebfb4e58021ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:10:24 +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...v5.0.0) --- updated-dependencies: - dependency-name: cyclonedx-bom 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 95a3bce84..c6908850d 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,<6.0.0", "cyclonedx-python-lib[validation] >=7.3.4,<8.0.0", "beautifulsoup4 >= 4.12.0,<5.0.0", ] @@ -74,7 +74,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,<6.0.0", "types-beautifulsoup4 >= 4.12.0,<5.0.0", ] docs = [