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 d4f4d92de..963b3186c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1182,13 +1182,13 @@ files = [ [[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] @@ -2340,4 +2340,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "2f5e8d90c6bf562c2e90763d7717667d76b461cffb9a23eba62e7551c8bdf0e8" +content-hash = "f92e62b7e7b6091f037e6721cf5396e0b61325b62a89ba85acc8ca8b1f6d76c3" diff --git a/pyproject.toml b/pyproject.toml index 67b4e1f26..e4b8eb3f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ pydantic-settings = "2.0.3" coverage = "7.3.1" httpx = "0.25.0" pre-commit = "3.4.0" -pip-licenses = "4.3.2" +pip-licenses = "4.3.3" pytest = "7.4.2" pytest-cov = "4.1.0" pytest-subtests = "0.11.0" |