From 49b41802e4a51fd66e6406e4a2e31e1f8eba165d Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Thu, 13 Jan 2022 20:59:02 -0800 Subject: [PATCH] requirements.txt: bump to Django 3.1 Another incremental upgrade towards 3.2 LTS Signed-off-by: Tim Orling --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 895994b..865960c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ beautifulsoup4==4.9.3 billiard==3.6.1.0 celery==4.3.0 confusable-homoglyphs==3.2.0 -Django>=3.0,<3.1 +Django>=3.1,<3.2 django-appconf==1.0.4 django-axes==5.13.1 django-bootstrap-pagination==1.7.1