From fe5b7136a50323f843c3e4481fa7401dc7c6f260 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 05:15:01 +0000 Subject: [PATCH] pip(deps): update google-auth-httplib2 requirement in /backend Updates the requirements on [google-auth-httplib2](https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2) to permit the latest version. - [Release notes](https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python-httplib2/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: google-auth-httplib2 dependency-version: 0.3.0 dependency-type: direct:production ... 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 d65afbe..735b1b4 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ functions-framework==3.9.* google-cloud-firestore==2.21.* google-auth>=2.0.0 google-auth-oauthlib>=0.4.0 -google-auth-httplib2==0.2.* +google-auth-httplib2==0.3.* google-api-python-client>=2.0.0 pyjwt==2.10.* requests==2.32.*