Skip to content

Commit

Permalink
chore(deps): update dependency functions-framework to v3.2.0 (GoogleC…
Browse files Browse the repository at this point in the history
…loudPlatform#8265)

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
renovate-bot and parthea authored Aug 26, 2022
1 parent 7ebcde3 commit 2e3d511
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion functions/helloworld/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion functions/helloworld/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion functions/slack/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion functions/v2/audit_log/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
functions-framework==3.1.0
functions-framework==3.2.0
2 changes: 1 addition & 1 deletion functions/v2/http_logging/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-logging==3.1.2
functions-framework==3.1.0
functions-framework==3.2.0
2 changes: 1 addition & 1 deletion functions/v2/imagemagick/requirements.txt
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion functions/v2/pubsub/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
functions-framework==3.1.0
functions-framework==3.2.0
2 changes: 1 addition & 1 deletion functions/v2/storage/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
functions-framework==3.1.0
functions-framework==3.2.0

0 comments on commit 2e3d511

Please sign in to comment.