From ca3570df1171f69d2f9daebd0520f3117bc0a1ba Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 12 Sep 2025 11:07:40 +0200 Subject: [PATCH] Require Django 4.2.24 just for safety --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cab74c5189..ea39017451 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "cryptography>=44.0.0", "css-inline==0.17.*", "defusedcsv>=1.1.0", - "Django[argon2]==4.2.*,>=4.2.15", + "Django[argon2]==4.2.*,>=4.2.24", "django-bootstrap3==25.2", "django-compressor==4.5.1", "django-countries==7.6.*",