From 1aa318749101e7f5ac3010e19a8ccc423eab9ae2 Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Fri, 5 Aug 2022 21:23:40 +1000 Subject: [PATCH] Cap Django to 4.0.x --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a04dadf0..fffc2b8c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ install_requires = beautifulsoup4 celery>=5.2.0,<6.0.0 celery-once>=3.0.1 - django>=4.0.6,<5.0.0 + django>=4.0.6,<4.1.0 django-bootstrap-form django-celery-beat>=2.3.0 django-esi>=4.0.1