diff --git a/poetry.lock b/poetry.lock index 87dac13..a50b3c8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -432,13 +432,13 @@ grpcio-gcp = ["grpcio-gcp (>=0.2.2,<1.0.dev0)"] [[package]] name = "google-auth" -version = "2.34.0" +version = "2.37.0" description = "Google Authentication Library" optional = false python-versions = ">=3.7" files = [ - {file = "google_auth-2.34.0-py2.py3-none-any.whl", hash = "sha256:72fd4733b80b6d777dcde515628a9eb4a577339437012874ea286bca7261ee65"}, - {file = "google_auth-2.34.0.tar.gz", hash = "sha256:8eb87396435c19b20d32abd2f984e31c191a15284af72eb922f10e5bde9c04cc"}, + {file = "google_auth-2.37.0-py2.py3-none-any.whl", hash = "sha256:42664f18290a6be591be5329a96fe30184be1a1badb7292a7f686a9659de9ca0"}, + {file = "google_auth-2.37.0.tar.gz", hash = "sha256:0054623abf1f9c83492c63d3f47e77f0a544caa3d40b2d98e099a611c2dd5d00"}, ] [package.dependencies] @@ -449,6 +449,7 @@ rsa = ">=3.1.4,<5" [package.extras] aiohttp = ["aiohttp (>=3.6.2,<4.0.0.dev0)", "requests (>=2.20.0,<3.0.0.dev0)"] enterprise-cert = ["cryptography", "pyopenssl"] +pyjwt = ["cryptography (>=38.0.3)", "pyjwt (>=2.0)"] pyopenssl = ["cryptography (>=38.0.3)", "pyopenssl (>=20.0.0)"] reauth = ["pyu2f (>=0.1.5)"] requests = ["requests (>=2.20.0,<3.0.0.dev0)"] @@ -1827,4 +1828,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "386f6abc875f3672daad0117a7c67fa85514c7cedde299ba636c0a06b38109c0" +content-hash = "2a187305850770fb1d9ad477e1aff1195ab4710854ce5f947f6b68f935d8f7a1" diff --git a/pyproject.toml b/pyproject.toml index 785e236..5db7fee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = ["Daniele Esposti "] python = "^3.8" click = "~8.1.7" google-api-core = "~2.22.0" -google-auth = "~2.34.0" +google-auth = "~2.37.0" google-cloud-pubsub = "~2.21" grpcio = "~1.67.1"