move to django 5.1.x

This commit is contained in:
Joel Falknau 2024-08-12 13:20:27 +10:00
parent 5ee34fcb2d
commit 84484cebcb
No known key found for this signature in database

View File

@ -40,7 +40,7 @@ dependencies = [
"beautifulsoup4", "beautifulsoup4",
"celery<6,>=5.2", "celery<6,>=5.2",
"celery-once>=3.0.1", "celery-once>=3.0.1",
"django<5,>=4.2", "django<5.2,>=5.1",
"django-bootstrap-form", "django-bootstrap-form",
"django-bootstrap5>=23.3", "django-bootstrap5>=23.3",
"django-celery-beat>=2.3", "django-celery-beat>=2.3",