Skip to content

Commit 7fe8fdc

Browse files
authored
Bump Poetry to 1.8.4 (apache#1379)
1 parent 1e9bdc2 commit 7fe8fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)