From 61c62070335c39b86f7d68fce92762044df211ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Cl=C3=A9ment?= Date: Fri, 26 Sep 2025 15:23:18 +0200 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5aace4518c..cbcc26dd21 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ KEEP_COMPOSE ?= 0 # Set KEEP_COMPOSE=1 to keep containers after integration tes PIP = python -m pip -POETRY_VERSION = 2.1.4 +POETRY_VERSION = 2.2.1 POETRY = python -m poetry ifeq ($(COVERAGE),1)