Skip to content

Commit

Permalink
Bump pip-licenses-lib from 0.3.0 to 0.4.0 (#50)
Browse files Browse the repository at this point in the history
* 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](stefan6419846/pip-licenses-lib@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] <[email protected]>

* fix test

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan <[email protected]>
  • Loading branch information
dependabot[bot] and stefan6419846 authored Aug 14, 2024
1 parent 385cf0b commit 4de114a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tests/test_retrieval.py
Original file line number Diff line number Diff line change
Expand Up @@ -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" <[email protected]>
Expand Down

0 comments on commit 4de114a

Please sign in to comment.