Skip to content

Commit 3f5fdae

Browse files
committed
Address Django security alerts
1 parent 80cbf0a commit 3f5fdae

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

appengine/flexible/django_cloudsql/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==2.1.9
1+
Django==2.1.10
22
# mysqlclient==1.4.1 # Uncomment this line if using MySQL
33
wheel==0.32.3
44
gunicorn==19.9.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Django==2.1.9
1+
Django==2.1.10
22
gunicorn==19.9.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Django==2.1.9
1+
Django==2.1.10
22
PyMySQL==0.9.3

kubernetes_engine/django_tutorial/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==2.1.9
1+
Django==2.1.10
22
# Uncomment the mysqlclient requirement if you are using MySQL rather than
33
# PostgreSQL. You must also have a MySQL client installed in that case.
44
#mysqlclient==1.4.1

0 commit comments

Comments
 (0)