From 4de114af823a0cbc22fb524dc0a05df4fd699520 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 09:35:45 +0200 Subject: [PATCH] Bump pip-licenses-lib from 0.3.0 to 0.4.0 (#50) * Bump pip-licenses-lib from 0.3.0 to 0.4.0 Bumps [pip-licenses-lib](https://github.com/stefan6419846/pip-licenses-lib) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/stefan6419846/pip-licenses-lib/releases) - [Changelog](https://github.com/stefan6419846/pip-licenses-lib/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefan6419846/pip-licenses-lib/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: pip-licenses-lib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * fix test --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan <96178532+stefan6419846@users.noreply.github.com> --- requirements.txt | 2 +- tests/test_retrieval.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index abe0840..d590449 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ scancode-toolkit==32.2.1 typecode-libmagic==5.39.210531 joblib==1.4.2 fontTools[woff]==4.53.1 -pip-licenses-lib==0.3.0 +pip-licenses-lib==0.4.0 rpmfile==2.1.0 requests==2.32.3 tomli==2.0.1 diff --git a/tests/test_retrieval.py b/tests/test_retrieval.py index 50939b0..30a685b 100644 --- a/tests/test_retrieval.py +++ b/tests/test_retrieval.py @@ -683,7 +683,7 @@ def test_package_definition__with_metadata(self) -> None: entry.path = Path("dummy") self.assertEqual(expected_result, result) - expected_output = """ Name: typing_extensions + expected_output = """ Name: typing-extensions Version: 4.8.0 License files: /tmp/dummy/typing_extensions-4.8.0.dist-info/LICENSE Author: "Guido van Rossum, Jukka Lehtosalo, Ɓukasz Langa, Michael Lee"