From e4cfab6fcab5cd661827945aaf37d67aa8f4a7e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 20:02:38 +0000 Subject: [PATCH] Update dependency google-auth to v2.37.0 --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 10139b2..b78e4ce 100644 --- a/poetry.lock +++ b/poetry.lock @@ -532,13 +532,13 @@ dotenv = ["python-dotenv"] [[package]] name = "google-auth" -version = "2.36.0" +version = "2.37.0" description = "Google Authentication Library" optional = false python-versions = ">=3.7" files = [ - {file = "google_auth-2.36.0-py2.py3-none-any.whl", hash = "sha256:51a15d47028b66fd36e5c64a82d2d57480075bccc7da37cde257fc94177a61fb"}, - {file = "google_auth-2.36.0.tar.gz", hash = "sha256:545e9618f2df0bcbb7dcbc45a546485b1212624716975a1ea5ae8149ce769ab1"}, + {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] @@ -549,6 +549,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)"] @@ -1152,4 +1153,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "dfe1519c4cfb3ea0bad8be724c6aa34f6749cccf989e4f694207fe602de5924b" +content-hash = "a6bbf5bc1b0ea096df971175dd1c3fa535636b7e14236364e3cf41dae214cb9b" diff --git a/pyproject.toml b/pyproject.toml index ac155a5..90175e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ requests = "2.32.3" ldap3 = "2.9.1" uwsgi = "2.0.28" sentry-sdk = {extras = ["pure-eval", "flask"], version = "2.19.2"} -google-auth = "2.36.0" +google-auth = "2.37.0" [tool.poetry.group.dev.dependencies] black = "24.10.0"