This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch fd-poetry-1 in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
commit 46671743303a71228e3447982666fbbd151d7180 Author: Fokko Driesprong <[email protected]> AuthorDate: Fri Jul 19 14:26:35 2024 +0200 Bump Poetry to 1.8.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b5238b39..a16208aa 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
