From c91fad3849047263d5e11394da160d14fc80c252 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jan 2022 18:04:12 +0000 Subject: [PATCH] Bump cyclonedx-python-lib from 0.12.3 to 1.1.1 Bumps [cyclonedx-python-lib](https://github.com/CycloneDX/cyclonedx-python-lib) from 0.12.3 to 1.1.1. - [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/v0.12.3...v1.1.1) --- updated-dependencies: - dependency-name: cyclonedx-python-lib dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 907ae0535..bba86d746 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ "semver==2.13.0", "patch-ng==1.17.4", "importlib-resources==5.4.0; python_version <= '3.7.0'", - "cyclonedx-python-lib==0.12.3", + "cyclonedx-python-lib==1.1.1", "infer-license==0.0.7", ], entry_points={