From d441df29211ec86ccf432d901f9d9c5adae2a647 Mon Sep 17 00:00:00 2001 From: Guillaume Lours Date: Fri, 5 Jun 2020 21:34:30 +0200 Subject: [PATCH] Upgrade Django version to fix CVE-2020-13596 & CVE-2020-13254 Signed-off-by: Guillaume Lours --- django/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/app/requirements.txt b/django/app/requirements.txt index 705ee21..97f2532 100644 --- a/django/app/requirements.txt +++ b/django/app/requirements.txt @@ -1,2 +1,2 @@ -Django==3.0.5 +Django==3.0.7 environs==7.3.1 \ No newline at end of file