From d68367e7097a2b7261a951a95804d9f669aa708d 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 5d2e7077..ea4b5372 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==6.0.2", + "Django==5.2.11", "psycopg2-binary==2.9.11", "celery[redis]==5.6.2", "djangorestframework==3.16.1",