Skip to content

Commit

Permalink
chore(deps): update dependency gunicorn to v20.1.0 (#7328)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency gunicorn to v20.1.0

* Apply suggestions from code review

Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
  • Loading branch information
renovate-bot and leahecole authored Jan 7, 2022
1 parent a88d36c commit ddd97bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appengine/flexible/hello_world_django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Django==3.0.2; python_version > '3.5'
Django==2.2.9; python_version == '3.5'
Django==1.11.27; python_version < '3.0'
gunicorn==20.0.4; python_version > '3.0'
gunicorn==20.1.0; python_version > '3.0'
gunicorn==19.10.0; python_version < '3.0'
2 changes: 1 addition & 1 deletion appengine/flexible/storage/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==2.0.2
google-cloud-storage==1.43.0
gunicorn==20.0.4; python_version > '3.0'
gunicorn==20.1.0; python_version > '3.0'
gunicorn==19.10.0; python_version < '3.0'
2 changes: 1 addition & 1 deletion codelabs/flex_and_vision/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==2.0.2
gunicorn==20.0.4; python_version > '3.0'
gunicorn==20.1.0; python_version > '3.0'
gunicorn==19.10.0; python_version < '3.0'
google-cloud-vision==2.6.3
google-cloud-storage==1.43.0
Expand Down
2 changes: 1 addition & 1 deletion kubernetes_engine/django_tutorial/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Django==3.2.11
# PostgreSQL. You must also have a MySQL client installed in that case.
#mysqlclient==1.4.1
wheel==0.37.1
gunicorn==20.0.4; python_version > '3.0'
gunicorn==20.1.0; python_version > '3.0'
gunicorn==19.10.0; python_version < '3.0'
# psycopg2==2.8.4 # uncomment if you prefer to build from source
psycopg2-binary==2.9.3

0 comments on commit ddd97bc

Please sign in to comment.