From 41631b5b707ab8dc108aa90f437858c452e9f852 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Tue, 20 May 2025 16:04:28 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(backend)=20upgrade=20django-?= =?UTF-8?q?lasuite=20to=20version=200.0.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We need version 0.0.9 to reduce the time to have a JCOP analysis result. --- 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 c4f88170..c34bfe23 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "django-cors-headers==4.7.0", "django-countries==7.6.1", "django-filter==25.1", - "django-lasuite[all]==0.0.8", + "django-lasuite[all]==0.0.9", "django-parler==2.3", "django-redis==5.4.0", "django-storages[s3]==1.14.6",