From ac37973a9a1f224a461d35333e8943273e55e17e Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Fri, 20 Feb 2026 16:14:11 -0600 Subject: [PATCH] Roll django back to version 5 (still has remediations). django-celery-beat does not support Django 6 quite yet. Should soon. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9071f8a6..089a5219 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ license = "CC-BY-NC-SA-4.0" requires-python = ">=3.13" dynamic = ["version"] dependencies = [ - "Django==5.2.9", + "Django==5.2.11", "psycopg2-binary==2.9.11", "celery[redis]==5.6.0", "djangorestframework==3.16.1",