diff options
author | 2024-08-30 08:43:58 +0000 | |
---|---|---|
committer | 2024-08-30 08:43:58 +0000 | |
commit | c8a5e2442eaf7d7ba7975b9b6ad355280b5ba373 (patch) | |
tree | ef15691cf4691a4c4712ab76b639cd2689a5c001 /poetry.lock | |
parent | Bump ruff from 0.5.2 to 0.6.2 (#3151) (diff) |
Bump pip-licenses from 4.5.1 to 5.0.0 (#3134)
Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from 4.5.1 to 5.0.0.
- [Release notes](https://github.com/raimon49/pip-licenses/releases)
- [Changelog](https://github.com/raimon49/pip-licenses/blob/master/CHANGELOG.md)
- [Commits](https://github.com/raimon49/pip-licenses/compare/v-4.5.1...v-5.0.0)
---
updated-dependencies:
- dependency-name: pip-licenses
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock index e053e8c59..e2e0875ea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1278,13 +1278,13 @@ files = [ [[package]] name = "pip-licenses" -version = "4.5.1" +version = "5.0.0" description = "Dump the software license list of Python packages installed with pip." optional = false -python-versions = "~=3.8" +python-versions = ">=3.9" files = [ - {file = "pip-licenses-4.5.1.tar.gz", hash = "sha256:fad5f56fbaa56b8e414434e36c32394a9412ff10ddf2cef92b51951bdf193869"}, - {file = "pip_licenses-4.5.1-py3-none-any.whl", hash = "sha256:7c982bc6837f47d32d4016b43d9174c0ce723b450710a2111a3ebbb910f152b7"}, + {file = "pip_licenses-5.0.0-py3-none-any.whl", hash = "sha256:82c83666753efb86d1af1c405c8ab273413eb10d6689c218df2f09acf40e477d"}, + {file = "pip_licenses-5.0.0.tar.gz", hash = "sha256:0633a1f9aab58e5a6216931b0e1d5cdded8bcc2709ff563674eb0e2ff9e77e8e"}, ] [package.dependencies] @@ -1292,7 +1292,7 @@ prettytable = ">=2.3.0" tomli = ">=2" [package.extras] -test = ["docutils", "mypy", "pytest-cov", "pytest-pycodestyle", "pytest-runner", "tomli-w"] +dev = ["autopep8", "black", "docutils", "isort", "mypy", "pip-tools", "pypandoc", "pytest-cov", "pytest-pycodestyle", "pytest-runner", "tomli-w", "twine", "wheel"] [[package]] name = "platformdirs" @@ -2432,4 +2432,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "306eb156597445fc628ae24a75ca87b533eea2dc26c272d177f2f0ad76c32678" +content-hash = "d78feefbfc65a68fe5da0bea7a6cca804a3d5cadd5d0237a0ecf998da1418dec" |