aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-22 03:40:49 +0000
committerGravatar GitHub <[email protected]>2023-09-22 03:40:49 +0000
commitde3d25f397cee192f8c5ce67b54ca1e483aa4e5d (patch)
tree9e1f8d0757fb9747cb3e233b80d247adea0262d8
parentBump pillow from 10.0.0 to 10.0.1 (#1369) (diff)
Bump pip-licenses from 4.3.2 to 4.3.3 (#1371)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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 aee7b99b..5119f9f9 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1016,13 +1016,13 @@ tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "pa
[[package]]
name = "pip-licenses"
-version = "4.3.2"
+version = "4.3.3"
description = "Dump the software license list of Python packages installed with pip."
optional = false
python-versions = "~=3.8"
files = [
- {file = "pip-licenses-4.3.2.tar.gz", hash = "sha256:27ce33be185a009f3128ea59fe4c1490f4f4da5eb53ed951b87ef3c621b583f9"},
- {file = "pip_licenses-4.3.2-py3-none-any.whl", hash = "sha256:3fede933c47e1f4bc5e91d7cfd1d9b9d4e37a3c03b2875352b12bbad41294cd6"},
+ {file = "pip-licenses-4.3.3.tar.gz", hash = "sha256:d14447094135eb5e43e4d9e1e3bcdb17a05751a9199df2d07f043a542c241c7a"},
+ {file = "pip_licenses-4.3.3-py3-none-any.whl", hash = "sha256:1b697cace3149d7d380307bb1f1e0505f0db98f25fada64d32b7e6240f37f72c"},
]
[package.dependencies]
@@ -1818,4 +1818,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "d46de36849981da33d43aec5b0b8b6e147ed13dd4bdd7f8788adb904d63f9614"
+content-hash = "ab9d1b446910b5cfef24e71057db146bbe5173a47de7890109f7626594c1f041"
diff --git a/pyproject.toml b/pyproject.toml
index 1f58b4c8..d630a7b5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -29,7 +29,7 @@ pydantic = { version = "1.10.9", extras = ["dotenv"]}
[tool.poetry.dev-dependencies]
isort = "5.12.0"
-pip-licenses = "4.3.2"
+pip-licenses = "4.3.3"
pre-commit = "3.4.0"
python-dotenv = "1.0.0"
ruff = "0.0.290"