From 5b6ed6bbf02f2ba87098084e2588fe35fa9cf317 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Thu, 13 Nov 2025 10:08:42 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(backend)=20upgrade=20Django?= =?UTF-8?q?=20to=205.2.8=20to=20fix=20security=20vulnerabilities?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- src/backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 4cf73f50..17ca82b3 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -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",