From 06e97a0ee594399854d6c54a94351eb07d18e118 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 05:57:32 +0000 Subject: [PATCH] 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.5.1...v7.6.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 d3acfabe7..5ef9a1b87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ classifiers = [ dependencies = [ "boltons ~= 24.0.0", "click-extra ~= 4.9.0", - "cyclonedx-python-lib [validation] ~= 7.5.1", + "cyclonedx-python-lib [validation] ~= 7.6.0", "more-itertools ~= 10.4.0", "packageurl-python ~= 0.15.0", "spdx-tools ~= 0.8.2",