Skip to content

Commit 72c1779

Browse files
Fokkosungwy
authored andcommitted
Bump Poetry to 1.8.4 (apache#1379)
1 parent 0455a27 commit 72c1779

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ help: ## Display this help
2222
install-poetry: ## Install poetry if the user has not done that yet.
2323
@if ! command -v poetry &> /dev/null; then \
2424
echo "Poetry could not be found. Installing..."; \
25-
pip install --user poetry==1.8.3; \
25+
pip install --user poetry==1.8.4; \
2626
else \
2727
echo "Poetry is already installed."; \
2828
fi

0 commit comments

Comments
 (0)