From 58a2474255d1ac7dc2e2692bb84f47f69845f67a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 15:01:47 +0200 Subject: [PATCH] chore(deps): bump google-auth-httplib2 from 0.3.1 to 0.4.0 in /backend (#247) Bumps [google-auth-httplib2](https://github.com/googleapis/google-cloud-python) from 0.3.1 to 0.4.0. - [Release notes](https://github.com/googleapis/google-cloud-python/releases) - [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-cloud-python/compare/google-auth-httplib2-v0.3.1...google-auth-httplib2-v0.4.0) --- updated-dependencies: - dependency-name: google-auth-httplib2 dependency-version: 0.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> 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 61e3dab..99a6648 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -31,7 +31,7 @@ email-validator==2.3.0 google-api-python-client==2.193.0 google-auth==2.52.0 google-auth-oauthlib==1.3.1 -google-auth-httplib2==0.3.1 +google-auth-httplib2==0.4.0 # Job Queue & Cache celery==5.6.3