aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
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"