From f1dd7c638ad83b9f6cc321c10155b9eb2e54e60a Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 30 Jan 2025 23:23:14 -0500 Subject: [PATCH] Updating poetry (#369) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 56d2a1b..e584cd9 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ install: - pip install poetry==1.2.1 && poetry install + pip install poetry==2.0.1 && poetry install package: poetry build