Roll django back to version 5 (still has remediations). django-celery-beat does not support Django 6 quite yet. Should soon.

This commit is contained in:
SergeantPanda 2026-02-20 16:14:11 -06:00
parent a0ed2a9c84
commit ac37973a9a

View file

@ -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",