From d04d4bb4615c57024d69f00837c44e2eb093fbf7 Mon Sep 17 00:00:00 2001 From: Kim Gustyr Date: Wed, 19 Jun 2024 15:24:11 +0100 Subject: [PATCH] feat: Bump Poetry version --- api/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Makefile b/api/Makefile index 9bcc5ec18588..b7ef54c76b2c 100644 --- a/api/Makefile +++ b/api/Makefile @@ -7,7 +7,7 @@ COMPOSE_PROJECT_NAME ?= flagsmith DOTENV_OVERRIDE_FILE ?= .env -POETRY_VERSION ?= 1.8.2 +POETRY_VERSION ?= 1.8.3 GUNICORN_LOGGER_CLASS ?= util.logging.GunicornJsonCapableLogger