diff --git a/poetry.lock b/poetry.lock index 6ef9e917..7f915071 100644 --- a/poetry.lock +++ b/poetry.lock @@ -672,20 +672,19 @@ gitdb = ">=4.0.1,<5" [[package]] name = "google-auth" -version = "2.23.0" +version = "2.23.2" description = "Google Authentication Library" optional = false python-versions = ">=3.7" files = [ - {file = "google-auth-2.23.0.tar.gz", hash = "sha256:753a26312e6f1eaeec20bc6f2644a10926697da93446e1f8e24d6d32d45a922a"}, - {file = "google_auth-2.23.0-py2.py3-none-any.whl", hash = "sha256:2cec41407bd1e207f5b802638e32bb837df968bb5c05f413d0fa526fac4cf7a7"}, + {file = "google-auth-2.23.2.tar.gz", hash = "sha256:5a9af4be520ba33651471a0264eead312521566f44631cbb621164bc30c8fd40"}, + {file = "google_auth-2.23.2-py2.py3-none-any.whl", hash = "sha256:c2e253347579d483004f17c3bd0bf92e611ef6c7ba24d41c5c59f2e7aeeaf088"}, ] [package.dependencies] cachetools = ">=2.0.0,<6.0" pyasn1-modules = ">=0.2.1" rsa = ">=3.1.4,<5" -urllib3 = "<2.0" [package.extras] aiohttp = ["aiohttp (>=3.6.2,<4.0.0.dev0)", "requests (>=2.20.0,<3.0.0.dev0)"] @@ -2509,4 +2508,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "105b5381022641441faf71e4289d4b774101b6409767527868ac9303df0f6be3" +content-hash = "3569523bcca4b3bde6cb7a0d8b17664e0919dc8aec91d5d4e8bca5ba5d7db605" diff --git a/pyproject.toml b/pyproject.toml index bb3815aa..1f96cfc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ prometheus-client = "0.17.1" structlog = "^23.1.0" colorama = "^0.4.6" psycopg2 = "^2.9.7" -google-auth = "^2.23.0" +google-auth = "^2.23.2" [tool.poetry.dev-dependencies]