Skip to content

Commit 3ad23e1

Browse files
authored
Bumped Django to resolve CVE-2020-7471 (#3126)
1 parent ac54e6e commit 3ad23e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes_engine/django_tutorial/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Django==3.0.2; python_version > '3.5'
22
Django==2.2.9; python_version == '3.5'
3-
Django==1.11.27;python_version < '3.0'
3+
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

0 commit comments

Comments
 (0)