From 186fa1be03cd3bb4ce978fd3862ee931555bb748 Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Tue, 24 Oct 2023 12:37:37 +1000 Subject: [PATCH] Correct Django version back to !1541 after porting !1513 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f88a0e5..e328f859 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "django-redis>=5.2.0", "django-registration>=3.3,<3.4", "django-sortedm2m", - "django>=4.0.9,<4.1.0", + "django>=4.2,<5", "dnspython", "mysqlclient>=2.1.0", "openfire-restapi",