From 7d84f4395ecee212609c4608aa01f662aa1ea3c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 16:09:14 +0200 Subject: [PATCH] chore(deps): bump google-auth-oauthlib from 1.3.1 to 1.4.0 in /backend (#259) Bumps [google-auth-oauthlib](https://github.com/googleapis/google-cloud-python) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/googleapis/google-cloud-python/releases) - [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/gcp-sphinx-docfx-yaml/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-cloud-python/compare/google-auth-oauthlib-v1.3.1...google-auth-oauthlib-v1.4.0) --- updated-dependencies: - dependency-name: google-auth-oauthlib dependency-version: 1.4.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> --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 02c800a..21c2482 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -30,7 +30,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-oauthlib==1.3.1 +google-auth-oauthlib==1.4.0 google-auth-httplib2==0.4.0 # Job Queue & Cache