Skip to content

Commit

Permalink
chore(deps): update dependency wheel to v0.34.2 (#3205)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Mar 28, 2020
1 parent 474d07a commit c9a1257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appengine/flexible/django_cloudsql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Django==3.0.2; python_version > '3.5'
Django==2.2.9; python_version == '3.5'
# mysqlclient==1.4.1 # Uncomment this line if using MySQL
wheel==0.33.6
wheel==0.34.2
gunicorn==20.0.4
#psycopg2==2.8.4 # uncomment if you prefer to build from source
psycopg2-binary==2.8.4
2 changes: 1 addition & 1 deletion kubernetes_engine/django_tutorial/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Django==1.11.28;python_version < '3.0'
# Uncomment the mysqlclient requirement if you are using MySQL rather than
# PostgreSQL. You must also have a MySQL client installed in that case.
#mysqlclient==1.4.1
wheel==0.33.6
wheel==0.34.2
gunicorn==20.0.4; python_version > '3.0'
gunicorn==19.10.0; python_version < '3.0'
# psycopg2==2.8.4 # uncomment if you prefer to build from source
Expand Down

0 comments on commit c9a1257

Please sign in to comment.