This is an automated email from the ASF dual-hosted git repository.
honahx pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
The following commit(s) were added to refs/heads/main by this push:
new ba296f6a Build: Bump Poetry to 1.8.2 (#676)
ba296f6a is described below
commit ba296f6aef0c7fb1e29bc3c504a1af8a0af98ceb
Author: Fokko Driesprong <[email protected]>
AuthorDate: Wed May 1 08:25:59 2024 +0200
Build: Bump Poetry to 1.8.2 (#676)
---
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