diff options
-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 b8523a88..c7095ecf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1050,14 +1050,14 @@ tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "pa [[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] @@ -1851,4 +1851,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "3448f2c629633ad7bad038139bfbea8e98b1ce356510a05f5074b4d3cdf85710" +content-hash = "a89301762c511672707ff2d043499b42665d47de27a3e27e6ad350d3f41f3042" diff --git a/pyproject.toml b/pyproject.toml index 5f80714c..011c8d75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pydantic = { version = "1.10.8", extras = ["dotenv"]} [tool.poetry.dev-dependencies] isort = "5.12.0" -pip-licenses = "4.3.1" +pip-licenses = "4.3.2" pre-commit = "3.3.2" python-dotenv = "1.0.0" ruff = "0.0.269" |