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 72ccada6..d70335bb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -915,13 +915,13 @@ xmp = ["defusedxml"] [[package]] name = "pip-licenses" -version = "4.3.3" +version = "4.3.4" description = "Dump the software license list of Python packages installed with pip." optional = false python-versions = "~=3.8" files = [ - {file = "pip-licenses-4.3.3.tar.gz", hash = "sha256:d14447094135eb5e43e4d9e1e3bcdb17a05751a9199df2d07f043a542c241c7a"}, - {file = "pip_licenses-4.3.3-py3-none-any.whl", hash = "sha256:1b697cace3149d7d380307bb1f1e0505f0db98f25fada64d32b7e6240f37f72c"}, + {file = "pip-licenses-4.3.4.tar.gz", hash = "sha256:9c6c9c3252b976d08735bdffb0eb4c5eaa50dfd46f5e075532c0248ffe94fed1"}, + {file = "pip_licenses-4.3.4-py3-none-any.whl", hash = "sha256:85706ec30781076eb611fed3934f27a1f18437d3211f747567cd3c4e943fce1b"}, ] [package.dependencies] @@ -1825,4 +1825,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "35267fba233634972e7c54c2c073acb45fdd671e44326d6acee866c0d04739cd" +content-hash = "398100ab96df0aed1dfd56f2a04b0aa1303ae2c496db2387de115d2729afca59" diff --git a/pyproject.toml b/pyproject.toml index de4d1fe5..6f0149a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pydantic-settings = "2.1.0" [tool.poetry.dev-dependencies] -pip-licenses = "4.3.3" +pip-licenses = "4.3.4" pre-commit = "3.6.0" python-dotenv = "1.0.0" ruff = "0.1.13" |