From 2e3d5114870c6322247206c476d1dbf59f29463e Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 26 Aug 2022 19:55:46 +0200 Subject: [PATCH] chore(deps): update dependency functions-framework to v3.2.0 (#8265) Co-authored-by: Anthonios Partheniou --- functions/helloworld/requirements-test.txt | 2 +- functions/helloworld/requirements.txt | 2 +- functions/slack/requirements.txt | 2 +- functions/v2/audit_log/requirements.txt | 2 +- functions/v2/http_logging/requirements.txt | 2 +- functions/v2/imagemagick/requirements.txt | 2 +- functions/v2/pubsub/requirements.txt | 2 +- functions/v2/storage/requirements.txt | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/functions/helloworld/requirements-test.txt b/functions/helloworld/requirements-test.txt index 1b36b94cac42..d8b09c85ce12 100644 --- a/functions/helloworld/requirements-test.txt +++ b/functions/helloworld/requirements-test.txt @@ -1,4 +1,4 @@ -functions-framework==3.1.0 +functions-framework==3.2.0 mock==4.0.3 pytest==7.0.1 uuid==1.30 diff --git a/functions/helloworld/requirements.txt b/functions/helloworld/requirements.txt index 569e7e86f1ab..51bf2331d0b3 100644 --- a/functions/helloworld/requirements.txt +++ b/functions/helloworld/requirements.txt @@ -1,3 +1,3 @@ -functions-framework==3.1.0 +functions-framework==3.2.0 flask==2.1.0 google-cloud-error-reporting==1.6.0 diff --git a/functions/slack/requirements.txt b/functions/slack/requirements.txt index 926614ae1768..7a342b3c5a3b 100644 --- a/functions/slack/requirements.txt +++ b/functions/slack/requirements.txt @@ -1,4 +1,4 @@ google-api-python-client==2.47.0 flask==2.1.0 -functions-framework==3.1.0 +functions-framework==3.2.0 slackclient==2.9.4 diff --git a/functions/v2/audit_log/requirements.txt b/functions/v2/audit_log/requirements.txt index ccef2184a4e7..3470832406a1 100644 --- a/functions/v2/audit_log/requirements.txt +++ b/functions/v2/audit_log/requirements.txt @@ -1 +1 @@ -functions-framework==3.1.0 \ No newline at end of file +functions-framework==3.2.0 \ No newline at end of file diff --git a/functions/v2/http_logging/requirements.txt b/functions/v2/http_logging/requirements.txt index 83c871a13e49..58de7115ea4b 100644 --- a/functions/v2/http_logging/requirements.txt +++ b/functions/v2/http_logging/requirements.txt @@ -1,2 +1,2 @@ google-cloud-logging==3.1.2 -functions-framework==3.1.0 \ No newline at end of file +functions-framework==3.2.0 \ No newline at end of file diff --git a/functions/v2/imagemagick/requirements.txt b/functions/v2/imagemagick/requirements.txt index ef9d46079989..38e540aa2606 100644 --- a/functions/v2/imagemagick/requirements.txt +++ b/functions/v2/imagemagick/requirements.txt @@ -1,4 +1,4 @@ -functions-framework==3.1.0 +functions-framework==3.2.0 google-cloud-vision==3.1.0 google-cloud-storage==2.0.0; python_version < '3.7' google-cloud-storage==2.1.0; python_version > '3.6' diff --git a/functions/v2/pubsub/requirements.txt b/functions/v2/pubsub/requirements.txt index ccef2184a4e7..3470832406a1 100644 --- a/functions/v2/pubsub/requirements.txt +++ b/functions/v2/pubsub/requirements.txt @@ -1 +1 @@ -functions-framework==3.1.0 \ No newline at end of file +functions-framework==3.2.0 \ No newline at end of file diff --git a/functions/v2/storage/requirements.txt b/functions/v2/storage/requirements.txt index ccef2184a4e7..3470832406a1 100644 --- a/functions/v2/storage/requirements.txt +++ b/functions/v2/storage/requirements.txt @@ -1 +1 @@ -functions-framework==3.1.0 \ No newline at end of file +functions-framework==3.2.0 \ No newline at end of file