From f844fd78d9df6b1be6bb2e5d05fe7aa6a2c2e326 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 20 Apr 2026 20:13:47 +0200 Subject: [PATCH] upgrade poetry --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 21e2a827..72dcc508 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ ENV LANGUAGE fr_FR:fr ENV LC_ALL fr_FR.UTF-8 # https://python-poetry.org/docs/configuration/#using-environment-variables -ENV POETRY_VERSION=1.8.2 \ +ENV POETRY_VERSION=2.3.4 \ POETRY_NO_INTERACTION=1 \ # make poetry install to this location POETRY_HOME="/opt/poetry" \ -- 2.47.3