diff --git a/poetry.lock b/poetry.lock index 430cc4f8c..a6cfce9e8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "absl-py" @@ -4727,13 +4727,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] @@ -8275,4 +8275,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8.1,<3.12" -content-hash = "02cfbc72285c4cb722bfb48eb91b49f151b0703d84ce1c832b1086fd78a3868a" +content-hash = "609de7177d0b2a8e23a74823edfcaba9e8a3ae186442094e30453b8221a92876" diff --git a/pyproject.toml b/pyproject.toml index ee79de1fc..fef29ca68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,7 @@ types-orjson = "3.6.2" types-aiofiles = "23.1.0.4" types-requests = "2.28.11.5" black = "23.9.1" -pip-licenses = "4.3.2" +pip-licenses = "4.3.3" [tool.poetry.group.docker.dependencies] protobuf = "3.20.3"