diff options
author | 2023-05-29 05:29:38 +0000 | |
---|---|---|
committer | 2023-05-29 05:29:38 +0000 | |
commit | ec47f94e182422eb00be560975d9a8d65fe73b3d (patch) | |
tree | ff81d67e3805959dbefa28fb3c169d53e89eebdb | |
parent | Merge pull request #2609 from python-discord/dependabot/pip/coverage-7.2.6 (diff) |
Bump pip-licenses from 4.3.1 to 4.3.2 (#2604)
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 0ce475628..f41d77829 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1217,14 +1217,14 @@ files = [ [[package]] name = "pip-licenses" -version = "4.3.1" +version = "4.3.2" 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.3.1.tar.gz", hash = "sha256:80236ae03036f0edccae57489de3932aa93984a7b552f4fd47399b08793918ff"}, - {file = "pip_licenses-4.3.1-py3-none-any.whl", hash = "sha256:1e6652f7f3bd173e0a3551202e19518b21ac1d5ab1a2b54e08d96ee67146f9ca"}, + {file = "pip-licenses-4.3.2.tar.gz", hash = "sha256:27ce33be185a009f3128ea59fe4c1490f4f4da5eb53ed951b87ef3c621b583f9"}, + {file = "pip_licenses-4.3.2-py3-none-any.whl", hash = "sha256:3fede933c47e1f4bc5e91d7cfd1d9b9d4e37a3c03b2875352b12bbad41294cd6"}, ] [package.dependencies] @@ -2291,4 +2291,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "3cfb50b1c025ad0a4096441d73d6ab73c51d932cd1e2f61875b4dd67e4ac4469" +content-hash = "94daacaf53f0d847f9cf56f0dd1df19534cf8ad114e537b49ba8d4ebc030db65" diff --git a/pyproject.toml b/pyproject.toml index 9215502dd..b0a153b3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ coverage = "7.2.6" httpx = "0.24.1" isort = "5.12.0" pre-commit = "3.3.2" -pip-licenses = "4.3.1" +pip-licenses = "4.3.2" pytest = "7.3.1" pytest-cov = "4.0.0" pytest-subtests = "0.11.0" |