This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch fd-poetry in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
commit e9ab532e9e17d4a3e545f7b9db8ac80ac6e922d9 Author: Fokko Driesprong <[email protected]> AuthorDate: Tue Apr 30 14:50:28 2024 +0200 Build: Bump Poetry to 1.8.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 10f0bb08..35051be9 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # under the License. install-poetry: - pip install poetry==1.7.1 + pip install poetry==1.8.2 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
