From 42b18e10a6ab46b9a0a7c45ccb01c919bf51adb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 16:17:45 +0200 Subject: [PATCH] chore(deps): bump google-auth from 2.52.0 to 2.53.0 in /backend (#261) Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.52.0 to 2.53.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christian Krakau-Louis --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d12c440..e1c2d52 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -29,7 +29,7 @@ email-validator==2.3.0 # Gmail API (for direct email injection) google-api-python-client==2.196.0 -google-auth==2.52.0 +google-auth==2.53.0 google-auth-oauthlib==1.4.0 google-auth-httplib2==0.4.0