From b97f69b8922cdc6ceb9bf86794401a9e1e0883f9 Mon Sep 17 00:00:00 2001 From: Teklia Bot <contact@teklia.com> Date: Mon, 2 Nov 2020 11:06:42 +0000 Subject: [PATCH] Bump Python requirement Django to 3.1.3 --- base/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/requirements.txt b/base/requirements.txt index 7f79b7fa60..482a22df54 100644 --- a/base/requirements.txt +++ b/base/requirements.txt @@ -1,6 +1,6 @@ boto3==1.15.16 cryptography>=3.1 -Django==3.1.2 +Django==3.1.3 elasticsearch==6.8.1 lxml==4.5.2 psycopg2-binary==2.8.6 -- GitLab