Skip to content

Commit 0a1a094

Browse files
authored
update flask in run (GoogleCloudPlatform#3402)
1 parent ae95bf4 commit 0a1a094

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

run/hello-broken/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Flask==1.1.1
1+
Flask==1.1.2
22
pytest==5.3.0; python_version > "3.0"
33
pytest==4.6.6; python_version < "3.0"
44
gunicorn==20.0.4
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Flask==1.1.1
1+
Flask==1.1.2
22
pytest==5.3.0; python_version > "3.0"
33
pytest==4.6.6; python_version < "3.0"
44
gunicorn==20.0.4
55
google-cloud-vision==1.0.0
66
google-cloud-storage==1.26.0
7-
Wand==0.5.9
7+
Wand==0.5.9
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Flask==1.1.1
1+
Flask==1.1.2
22
pytest==5.3.2; python_version > "3.0"
33
pytest==5.3.2; python_version < "3.0"
44
gunicorn==20.0.4

run/pubsub/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Flask==1.1.1
1+
Flask==1.1.2
22
pytest==5.3.2; python_version > "3.0"
33
pytest==5.3.2; python_version < "3.0"
44
gunicorn==20.0.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Flask==1.1.1
1+
Flask==1.1.2
22
pytest==5.4.1
33
gunicorn==20.0.4

0 commit comments

Comments
 (0)