From 776e9d2e8430f905e827cfab6e6e2f4260d7aab1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 03:38:52 +0000 Subject: [PATCH] build(deps-dev): update cyclonedx-python-lib requirement Updates the requirements on [cyclonedx-python-lib](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/v4.0.0...v6.0.0) --- updated-dependencies: - dependency-name: cyclonedx-python-lib 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 353060d3..d3d2b512 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "CacheControl[filecache] >= 0.13.0", # NOTE(ww): Release 2.5.0 is broken, subsequent 2.5.x releases fix it. # See: https://github.com/CycloneDX/cyclonedx-python-lib/issues/245 - "cyclonedx-python-lib >= 4,< 6", + "cyclonedx-python-lib >= 4,< 7", "html5lib>=1.1", "packaging>=23.0.0", # https://github.com/pypa/pip-audit/issues/464 "pip-api>=0.0.28",