This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new f905fa5309 Python: Bump Poetry to 1.6.1 (#8435)
f905fa5309 is described below

commit f905fa5309e2251b02007e0aea6ba79209d146e2
Author: Fokko Driesprong <[email protected]>
AuthorDate: Fri Sep 1 09:44:56 2023 +0200

    Python: Bump Poetry to 1.6.1 (#8435)
---
 python/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/Makefile b/python/Makefile
index db33d09b04..3597a34cf1 100644
--- a/python/Makefile
+++ b/python/Makefile
@@ -16,7 +16,7 @@
 # under the License.
 
 install-poetry:
-       pip install poetry==1.5.1
+       pip install poetry==1.6.1
 
 install-dependencies:
        poetry install -E pyarrow -E hive -E s3fs -E glue -E adlfs -E duckdb -E 
ray -E sql-postgres -E gcsfs

Reply via email to