Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5ef0d22

Browse files
authored
chore(deps): update dependency wheel to v0.35.1 (GoogleCloudPlatform#4572)
1 parent cf76e48 commit 5ef0d22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Django==3.0.2; python_version > '3.5'
22
Django==2.2.9; python_version == '3.5'
33
# mysqlclient==1.4.1 # Uncomment this line if using MySQL
4-
wheel==0.34.2
4+
wheel==0.35.1
55
gunicorn==20.0.4
66
#psycopg2==2.8.4 # uncomment if you prefer to build from source
77
psycopg2-binary==2.8.5

kubernetes_engine/django_tutorial/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Django==1.11.28;python_version < '3.0'
44
# Uncomment the mysqlclient requirement if you are using MySQL rather than
55
# PostgreSQL. You must also have a MySQL client installed in that case.
66
#mysqlclient==1.4.1
7-
wheel==0.34.2
7+
wheel==0.35.1
88
gunicorn==20.0.4; python_version > '3.0'
99
gunicorn==19.10.0; python_version < '3.0'
1010
# psycopg2==2.8.4 # uncomment if you prefer to build from source

0 commit comments

Comments
 (0)