From 1e9406c54fb55b4cfa2b3ca19cc7b421a59bcbeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Fri, 24 Nov 2023 00:32:13 +0100 Subject: [PATCH] [fix] Update Django requirements to >=4.2 --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ea334353..a7ca170a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "Django>=4.1", + "Django>=4.2,<5", "django-agnocomplete==2.2.0", "django-compressor==4.3.1", "django-environ==0.10.0", @@ -59,7 +59,6 @@ test = [ "pytest-django==4.5.2", "pytest-playwright>=0.4.3,<1", "pytest-xdist>=3.5.0,<4", - ] docker = [ "uwsgi==2.0.21",