From fd723a4aa424f9ef983be37041f3226d3432c206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 05:41:06 +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.23.0) --- updated-dependencies: - dependency-name: google-cloud-firestore dependency-version: 2.23.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..924d3b1 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.23.* google-auth>=2.0.0 google-auth-oauthlib>=0.4.0 google-auth-httplib2==0.2.*