From dcbe90dcea9e05193d39de8bb342f79973f2e35a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 05:57:43 +0000 Subject: [PATCH] chore(deps): update cyclonedx-python-lib[validation] requirement Updates the requirements on [cyclonedx-python-lib[validation]](https://github.com/CycloneDX/cyclonedx-python-lib) to permit the latest version. - [Release notes](https://github.com/CycloneDX/cyclonedx-python-lib/releases) - [Changelog](https://github.com/CycloneDX/cyclonedx-python-lib/blob/main/CHANGELOG.md) - [Commits](https://github.com/CycloneDX/cyclonedx-python-lib/compare/v7.3.4...v9.1.0) --- updated-dependencies: - dependency-name: cyclonedx-python-lib[validation] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d46835842..7551800b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "ruamel.yaml >= 0.18.6,<1.0.0", "jsonschema >= 4.22.0,<5.0.0", "cyclonedx-bom >=4.0.0,<5.0.0", - "cyclonedx-python-lib[validation] >=7.3.4,<8.0.0", + "cyclonedx-python-lib[validation] >=7.3.4,<10.0.0", "beautifulsoup4 >= 4.12.0,<5.0.0", "problog >= 2.2.6,<3.0.0", ]