Skip to content

Commit

Permalink
chore(deps): update dependency gunicorn to v20 (#3213)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Mar 30, 2020
1 parent fc28deb commit 477ce09
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appengine/flexible/analytics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.1.1
gunicorn==19.10.0
gunicorn==20.0.4
requests[security]==2.22.0
2 changes: 1 addition & 1 deletion appengine/flexible/datastore/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask==1.1.1
google-cloud-datastore==1.11.0
gunicorn==19.9.0
gunicorn==20.0.4
2 changes: 1 addition & 1 deletion appengine/flexible/scipy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==1.1.1
gunicorn==19.9.0
gunicorn==20.0.4
numpy==1.17.2
scipy==1.2.0
pillow==6.2.1
2 changes: 1 addition & 1 deletion run/hello-broken/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==1.1.1
pytest==5.3.0; python_version > "3.0"
pytest==4.6.6; python_version < "3.0"
gunicorn==19.9.0
gunicorn==20.0.4
2 changes: 1 addition & 1 deletion run/image-processing/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Flask==1.1.1
pytest==5.3.0; python_version > "3.0"
pytest==4.6.6; python_version < "3.0"
gunicorn==19.9.0
gunicorn==20.0.4
google-cloud-vision==0.42.0
google-cloud-storage==1.26.0
Wand==0.5.9

0 comments on commit 477ce09

Please sign in to comment.