From 60a1a9b2aeec60fb35a8cf84206928d462cd2f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 15:01:15 +0200 Subject: [PATCH] chore(deps): bump google-auth from 2.49.2 to 2.52.0 in /backend (#243) Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.49.2 to 2.52.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.52.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 ab23db6..c5f5ec7 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.193.0 -google-auth==2.49.2 +google-auth==2.52.0 google-auth-oauthlib==1.3.1 google-auth-httplib2==0.3.1