From 267c1a06628ca124ff35bd5c3c73a94c9732075a Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 19 Nov 2025 20:15:33 +0100 Subject: [PATCH] Require Django 5.2.8 for security --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1b7f63299e..a858e29450 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ classifiers = [ dependencies = [ # core dependencies "legacy-cgi;python_version >= '3.13'", - "django >= 5.2, < 5.3", + "django >= 5.2.8, < 5.3", "twisted >= 24.11.0, < 25", "pytz >= 2022.6", "djangorestframework >= 3.14, < 3.15",