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 8fbdb47d8feb40ae767c60599e290944101085db Author: Fokko Driesprong <[email protected]> AuthorDate: Tue Nov 26 09:16:52 2024 +0100 Bump Poetry to 1.8.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ee0b4055..86f3aa54 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ help: ## Display this help install-poetry: ## Install poetry if the user has not done that yet. @if ! command -v poetry &> /dev/null; then \ echo "Poetry could not be found. Installing..."; \ - pip install --user poetry==1.8.3; \ + pip install --user poetry==1.8.4; \ else \ echo "Poetry is already installed."; \ fi
