From 6b8c064d997d0210292e02d4adcd1087d6ae8e52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:10:46 +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...v8.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 95a3bce84..fa1f67072 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,<9.0.0", "beautifulsoup4 >= 4.12.0,<5.0.0", ] keywords = []