From 7ec903b5d2e7be1250a5a09280c33cc2a77e4a26 Mon Sep 17 00:00:00 2001 From: Guillaume Lours Date: Fri, 8 Oct 2021 12:27:47 +0200 Subject: [PATCH] upgrade django version to fix security issue in the Django sample 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 cde5db0..47c1bb5 100644 --- a/django/app/requirements.txt +++ b/django/app/requirements.txt @@ -1,2 +1,2 @@ -Django==3.0.14 +Django==3.2.7 environs==7.3.1 \ No newline at end of file