diff options
author | 2023-04-12 19:39:53 +0000 | |
---|---|---|
committer | 2023-04-12 19:39:53 +0000 | |
commit | 3499ea3b8c7e4a7b079097bb465aa400a8c0f928 (patch) | |
tree | 3affdb4168da21ace375ef206126f332b7122025 | |
parent | Use correct names for antispam rules (#2535) (diff) |
Bump pip-licenses from 4.1.0 to 4.2.0 (#2531)
Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from 4.1.0 to 4.2.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.1.0...v-4.2.0)
---
updated-dependencies:
- dependency-name: pip-licenses
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 68a6218c8..3117be5fb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1217,14 +1217,14 @@ files = [ [[package]] name = "pip-licenses" -version = "4.1.0" +version = "4.2.0" description = "Dump the software license list of Python packages installed with pip." category = "dev" optional = false python-versions = "~=3.8" files = [ - {file = "pip-licenses-4.1.0.tar.gz", hash = "sha256:6905abcc8b3ca45548a7a33b24abbee0e7a6eb451463acc676eaa879f1130598"}, - {file = "pip_licenses-4.1.0-py3-none-any.whl", hash = "sha256:0aef43fa605aaed17342f74c325b5b1a15be034c9b12bcc97ff290de1a8bc0af"}, + {file = "pip-licenses-4.2.0.tar.gz", hash = "sha256:cabf1d83391c42278f1887a76555246bfcd9478c53be26e01e93b66d364f18a9"}, + {file = "pip_licenses-4.2.0-py3-none-any.whl", hash = "sha256:b6e057e359c0c4c927b7f70b43c27f06d9732a7830bb0aa14ac01f7281d3a972"}, ] [package.dependencies] @@ -2262,4 +2262,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "308423705849cbb7f4ceb75aa8607a7a94fbe0656a10011a02aaa65fde414d9c" +content-hash = "f82a275a84b57a2456949651d7f7b70c58e8eed2835cd1619449fc743710bb0b" diff --git a/pyproject.toml b/pyproject.toml index fc7f59535..d11791b2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ coverage = "7.2.3" httpx = "0.24.0" isort = "5.12.0" pre-commit = "3.2.2" -pip-licenses = "4.1.0" +pip-licenses = "4.2.0" pytest = "7.3.0" pytest-cov = "4.0.0" pytest-subtests = "0.10.0" |