From d821c9799bb6b46f2b40f9c56970968eadd39bf5 Mon Sep 17 00:00:00 2001 From: Charles Engelke Date: Fri, 16 Aug 2019 09:16:39 -0700 Subject: [PATCH] Fix dependency security vulnerability --- appengine/standard_python37/django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/standard_python37/django/requirements.txt b/appengine/standard_python37/django/requirements.txt index 9ad3c8e50a56..7874a18eebc6 100644 --- a/appengine/standard_python37/django/requirements.txt +++ b/appengine/standard_python37/django/requirements.txt @@ -1,2 +1,2 @@ -Django==2.1.10 +Django==2.1.11 PyMySQL==0.9.3