From f93633c1f466ee450c4a252f2ef5aacbe5178061 Mon Sep 17 00:00:00 2001 From: Guillaume Lours Date: Mon, 16 May 2022 21:13:29 +0200 Subject: [PATCH] fix security issues in 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 509b1d2..8a5f54a 100644 --- a/django/app/requirements.txt +++ b/django/app/requirements.txt @@ -1,2 +1,2 @@ -Django==3.2.12 +Django==3.2.13 environs==7.3.1 \ No newline at end of file