From 94bd756bca19dbcf3cf7327d7090c9870cba30a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 23:45:47 +0000 Subject: [PATCH] Update google-auth requirement in /backend Updates the requirements on [google-auth](https://github.com/googleapis/google-auth-library-python) to permit the latest version. - [Release notes](https://github.com/googleapis/google-auth-library-python/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-auth-library-python/commits) --- updated-dependencies: - dependency-name: google-auth dependency-version: 2.53.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index a8fbad7fbc..d619d19df3 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -77,7 +77,7 @@ dependencies = [ "pillow==12.2.0", "redis[hiredis]==5.0.2", "google-api-python-client<3.0.0,>=2.94.0", - "google-auth<3.0.0,>=2.22.0", + "google-auth>=2.53.0,<3.0.0", "argon2-cffi<24.0.0,>=23.1.0", "stripe==10.5.0", "djangorestframework==3.17.1",