From 233595e5ddf3caf135ff36ab15a702955868b131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 09:40:09 +0000 Subject: [PATCH] chore(deps): bump google-auth-httplib2 from 0.3.0 to 0.3.1 in /backend Bumps [google-auth-httplib2](https://github.com/googleapis/google-cloud-python) from 0.3.0 to 0.3.1. - [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.0...google-auth-httplib2-v0.3.1) --- updated-dependencies: - dependency-name: google-auth-httplib2 dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 342b992..501cacf 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -31,7 +31,7 @@ email-validator==2.1.0.post1 google-api-python-client==2.193.0 google-auth==2.49.1 google-auth-oauthlib==1.3.1 -google-auth-httplib2==0.3.0 +google-auth-httplib2==0.3.1 # Job Queue & Cache celery==5.6.3