From d7110faf94a07dd71707a81d64e28f36c1772795 Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Sat, 20 Jul 2024 01:34:42 +0200 Subject: [PATCH] Bump Poetry to 1.8.3 (#943) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b5238b39fe..a16208aaca 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # under the License. install-poetry: - pip install poetry==1.8.2 + pip install poetry==1.8.3 install-dependencies: poetry install -E pyarrow -E hive -E s3fs -E glue -E adlfs -E duckdb -E ray -E sql-postgres -E gcsfs -E sql-sqlite -E daft