Skip to content

Commit 477ce09

Browse files
authored
chore(deps): update dependency gunicorn to v20 (GoogleCloudPlatform#3213)
1 parent fc28deb commit 477ce09

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==1.1.1
2-
gunicorn==19.10.0
2+
gunicorn==20.0.4
33
requests[security]==2.22.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==1.1.1
22
google-cloud-datastore==1.11.0
3-
gunicorn==19.9.0
3+
gunicorn==20.0.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Flask==1.1.1
2-
gunicorn==19.9.0
2+
gunicorn==20.0.4
33
numpy==1.17.2
44
scipy==1.2.0
55
pillow==6.2.1

run/hello-broken/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.1
22
pytest==5.3.0; python_version > "3.0"
33
pytest==4.6.6; python_version < "3.0"
4-
gunicorn==19.9.0
4+
gunicorn==20.0.4

run/image-processing/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Flask==1.1.1
22
pytest==5.3.0; python_version > "3.0"
33
pytest==4.6.6; python_version < "3.0"
4-
gunicorn==19.9.0
4+
gunicorn==20.0.4
55
google-cloud-vision==0.42.0
66
google-cloud-storage==1.26.0
77
Wand==0.5.9

0 commit comments

Comments
 (0)