diff options
author | 2023-04-26 11:06:30 +0000 | |
---|---|---|
committer | 2023-04-29 14:43:31 +0100 | |
commit | 7672231ac5d8c5fa77027da6c3554dd5300a9155 (patch) | |
tree | e0bab8b6fc9d685491e732479bf902b5e957075c | |
parent | Bump sentry-sdk from 1.20.0 to 1.21.0 (#1258) (diff) |
Bump pip-licenses from 4.2.0 to 4.3.0
Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from 4.2.0 to 4.3.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.2.0...v-4.3.0)
---
updated-dependencies:
- dependency-name: pip-licenses
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
-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 2e3c6565..d1635cbd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1221,14 +1221,14 @@ tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "pa [[package]] name = "pip-licenses" -version = "4.2.0" +version = "4.3.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.2.0.tar.gz", hash = "sha256:cabf1d83391c42278f1887a76555246bfcd9478c53be26e01e93b66d364f18a9"}, - {file = "pip_licenses-4.2.0-py3-none-any.whl", hash = "sha256:b6e057e359c0c4c927b7f70b43c27f06d9732a7830bb0aa14ac01f7281d3a972"}, + {file = "pip-licenses-4.3.0.tar.gz", hash = "sha256:bd18ebd91a9c67ff880351131b91f418cc571d05bf62b5532aa1aa3e1b78bf94"}, + {file = "pip_licenses-4.3.0-py3-none-any.whl", hash = "sha256:01c1aaf595aed12ea3aeb6c56d9af535650e73ae8186cb26d3596b94ddc43998"}, ] [package.dependencies] @@ -1982,4 +1982,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "a67fc2b1b3a3a2bdd858c160ffcc1a1b74532f2a1a4ab4659b62687d43934d7d" +content-hash = "e5e913f903154aa248816e7a1d5dbfa5bbbebac919a1949bc5363826e5ea430d" diff --git a/pyproject.toml b/pyproject.toml index e99c87a4..39f4f566 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ flake8-tidy-imports = "4.8.0" flake8-todo = "0.7" flake8-isort = "6.0.0" pep8-naming = "0.13.3" -pip-licenses = "4.2.0" +pip-licenses = "4.3.0" pre-commit = "3.2.2" python-dotenv = "1.0.0" taskipy = "1.10.4" |