diff --git a/poetry.lock b/poetry.lock index 657ce7cc..5c3d54fe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -672,20 +672,19 @@ gitdb = ">=4.0.1,<5" [[package]] name = "google-auth" -version = "2.22.0" +version = "2.23.0" description = "Google Authentication Library" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "google-auth-2.22.0.tar.gz", hash = "sha256:164cba9af4e6e4e40c3a4f90a1a6c12ee56f14c0b4868d1ca91b32826ab334ce"}, - {file = "google_auth-2.22.0-py2.py3-none-any.whl", hash = "sha256:d61d1b40897407b574da67da1a833bdc10d5a11642566e506565d1b1a46ba873"}, + {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"}, ] [package.dependencies] cachetools = ">=2.0.0,<6.0" pyasn1-modules = ">=0.2.1" rsa = ">=3.1.4,<5" -six = ">=1.9.0" urllib3 = "<2.0" [package.extras] @@ -2508,4 +2507,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "6d25e216d63ec4239168a8e2a1c7544c2b3d6bd9345fbac06fe16183a42f25ca" +content-hash = "fabf74420494fb2ce774004b997472feda42d4a4268697b6f0209506e341214b" diff --git a/pyproject.toml b/pyproject.toml index 2a03f523..d0801660 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.22.0" +google-auth = "^2.23.0" [tool.poetry.dev-dependencies]