From c7560134270d29259eee93f41f7923fcc735e833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 16:31:20 +0000 Subject: [PATCH] Bump spdx-tools from 0.6.1 to 0.7.0 Bumps [spdx-tools](https://github.com/spdx/tools-python) from 0.6.1 to 0.7.0. - [Release notes](https://github.com/spdx/tools-python/releases) - [Changelog](https://github.com/spdx/tools-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/spdx/tools-python/compare/v0.6.1...v0.7.0) --- updated-dependencies: - dependency-name: spdx-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f482bc2..995352f 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ "boto3", "packaging", "licenseheaders<0.8.9", - "spdx-tools==0.6.1", + "spdx-tools==0.7.0", "license-expression", "wcmatch", "jellyfish",