From d1f683843d88fe5a3ecc1c075f4f76fa29e18617 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 05:15:07 +0000 Subject: [PATCH] pip(deps): update functions-framework requirement in /backend Updates the requirements on [functions-framework](https://github.com/googlecloudplatform/functions-framework-python) to permit the latest version. - [Release notes](https://github.com/googlecloudplatform/functions-framework-python/releases) - [Changelog](https://github.com/GoogleCloudPlatform/functions-framework-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/googlecloudplatform/functions-framework-python/compare/v3.9.0...v3.10.0) --- updated-dependencies: - dependency-name: functions-framework dependency-version: 3.10.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 bfa5e33..36096cb 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,6 @@ # Core dependencies flask==3.1.* -functions-framework==3.9.* +functions-framework==3.10.* google-cloud-firestore==2.21.* google-auth>=2.0.0 google-auth-oauthlib>=0.4.0