From fcab58d27b169076789b50c212c293cfe83240e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:37:36 +0000 Subject: [PATCH] Update dependency google-auth to v2.35.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index fb99afb..6c655d1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -502,13 +502,13 @@ dotenv = ["python-dotenv"] [[package]] name = "google-auth" -version = "2.34.0" +version = "2.35.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.35.0-py2.py3-none-any.whl", hash = "sha256:25df55f327ef021de8be50bad0dfd4a916ad0de96da86cd05661c9297723ad3f"}, + {file = "google_auth-2.35.0.tar.gz", hash = "sha256:f4c64ed4e01e8e8b646ef34c018f8bf3338df0c8e37d8b3bba40e7f574a3278a"}, ] [package.dependencies] @@ -1104,4 +1104,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "f0c1799f10e1f330b598ee53a371d924116289158bb1492efcf225b7e7e1d0a5" +content-hash = "976afda315f9fa5f704a6cf35fd6e181540ea819104f9b1cececa8839a14863f" diff --git a/pyproject.toml b/pyproject.toml index ffad553..88f27c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ requests = "2.32.3" ldap3 = "2.9.1" uwsgi = "2.0.27" sentry-sdk = {extras = ["pure-eval", "flask"], version = "2.14.0"} -google-auth = "2.34.0" +google-auth = "2.35.0" [tool.poetry.group.dev.dependencies] black = "24.8.0"