⬆️(backend) bump Django to 5.2.6 to fix severe security issue

Upgrade Django from previous version to 5.2.6 to address critical
security vulnerabilities:
https://www.djangoproject.com/weblog/2025/sep/03/security-releases/
This commit is contained in:
lebaudantoine
2025-09-10 21:04:33 +02:00
committed by aleb_the_flash
parent c492243ab1
commit e28e0024be

View File

@@ -38,7 +38,7 @@ dependencies = [
"django-redis==6.0.0",
"django-storages[s3]==1.14.6",
"django-timezone-field>=5.1",
"django==5.2.3",
"django==5.2.6",
"djangorestframework==3.16.0",
"drf_spectacular==0.28.0",
"dockerflow==2024.4.2",