From 48fb064594de2330c78d74d7427f02523715e2c7 Mon Sep 17 00:00:00 2001 From: Quentin BEY Date: Thu, 2 Oct 2025 22:47:56 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(django)=20bump=20version=20t?= =?UTF-8?q?o=205.2.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Trivy scan is complaining this fixes 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 8ba20d0..5da6767 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -39,7 +39,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.1", "drf_spectacular==0.28.0", "dockerflow==2024.4.2",