From c36d99b8559eb859e1f7da68e7f0e39807159008 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Mon, 6 Oct 2025 10:46:17 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(backend)=20upgrade=20django?= =?UTF-8?q?=20to=205.2.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolve vulnerability CVE-2025-59681, that triggers Trivy scan and block PR's merging. More information there https://avd.aquasec.com/nvd/cve-2025-59681 --- 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 006058c7..8081df11 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.6", + "django==5.2.7", "djangorestframework==3.16.0", "drf_spectacular==0.28.0", "dockerflow==2024.4.2",