From e56bf7248bf7fd8038b3477f71ddf5b8a527ba63 Mon Sep 17 00:00:00 2001 From: Teklia Bot <contact@teklia.com> Date: Mon, 1 Feb 2021 11:06:27 +0000 Subject: [PATCH] Bump Python requirement Django to 3.1.6 --- base/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/requirements.txt b/base/requirements.txt index 9a7ad5a304..bcf1b83b3e 100644 --- a/base/requirements.txt +++ b/base/requirements.txt @@ -1,6 +1,6 @@ boto3==1.15.16 cryptography>=3.1 -Django==3.1.5 +Django==3.1.6 elasticsearch==6.8.1 lxml==4.5.2 psycopg2-binary==2.8.6 -- GitLab