From c5f0403aa11c3d30af0b090ef987aa9dc1324d68 Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Thu, 7 Aug 2025 20:12:48 +0200 Subject: [PATCH] Bump Poetry to 2.1.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1f67b6ae52..6bc55e94aa 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ else TEST_RUNNER = poetry run endif -POETRY_VERSION = 2.1.3 +POETRY_VERSION = 2.1.4 # ============ # Help Section