⬆️(backend) upgrade Django to 5.2.8 to fix security vulnerabilities

Update Django from previous version to 5.2.8 addressing CVE-2025-64459
and CVE-2025-64458 security vulnerabilities to maintain secure
application infrastructure and pass security audits.
This commit is contained in:
lebaudantoine
2025-11-13 10:08:42 +01:00
committed by aleb_the_flash
parent aea01636cf
commit 5b6ed6bbf0

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.7",
"django==5.2.8",
"djangorestframework==3.16.0",
"drf_spectacular==0.28.0",
"dockerflow==2024.4.2",