From b709871302a33691682b37d347823ab8d6350b0d Mon Sep 17 00:00:00 2001 From: David del Real Sifuentes Date: Thu, 2 Jul 2026 20:13:18 +0000 Subject: [PATCH] chore(functions): update hello-firestore dependencies - Bump protobuf, functions-framework, google-api-core, and cloudevents. - Remove python version constraint for pytest. --- .../v2/firebase/hello-firestore/requirements-test.txt | 2 +- functions/v2/firebase/hello-firestore/requirements.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/functions/v2/firebase/hello-firestore/requirements-test.txt b/functions/v2/firebase/hello-firestore/requirements-test.txt index c9e154ba440..b3b2b3ca4cc 100644 --- a/functions/v2/firebase/hello-firestore/requirements-test.txt +++ b/functions/v2/firebase/hello-firestore/requirements-test.txt @@ -1 +1 @@ -pytest==9.0.3; python_version >= "3.10" +pytest==9.0.3 diff --git a/functions/v2/firebase/hello-firestore/requirements.txt b/functions/v2/firebase/hello-firestore/requirements.txt index b2d03f648de..7321e055380 100644 --- a/functions/v2/firebase/hello-firestore/requirements.txt +++ b/functions/v2/firebase/hello-firestore/requirements.txt @@ -1,5 +1,5 @@ -functions-framework==3.9.2 +protobuf==6.33.6 +functions-framework==3.10.2 google-events==0.14.0 -google-api-core==2.17.1 -protobuf==4.25.6 -cloudevents==1.11.0 \ No newline at end of file +google-api-core==2.31.0 +cloudevents==1.12.0 \ No newline at end of file