From 290b66fdd84060aa4fff9a98a2a48bd73e44c06f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 05:16:05 +0000 Subject: [PATCH] pip(deps): update google-cloud-firestore requirement in /backend Updates the requirements on [google-cloud-firestore](https://github.com/googleapis/python-firestore) to permit the latest version. - [Release notes](https://github.com/googleapis/python-firestore/releases) - [Changelog](https://github.com/googleapis/python-firestore/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-firestore/compare/v2.21.0...v2.22.0) --- updated-dependencies: - dependency-name: google-cloud-firestore dependency-version: 2.22.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..3a80aac 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ # Core dependencies flask==3.1.* functions-framework==3.9.* -google-cloud-firestore==2.21.* +google-cloud-firestore==2.22.* google-auth>=2.0.0 google-auth-oauthlib>=0.4.0 google-auth-httplib2==0.2.*