From 6920b602ad06f90e9cd910c0a530ec9f14aa98f5 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 6 Oct 2025 11:59:55 +0200 Subject: [PATCH] Pin Django 4.2.25, shouldn't affect us, but better safe than sorry --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e6e5bf13de..d7789da8ab 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.24", + "Django[argon2]==4.2.*,>=4.2.25", "django-bootstrap3==25.2", "django-compressor==4.5.1", "django-countries==7.6.*",