Skip to content

Commit f948f56

Browse files
authored
Bump Poetry to 2.0.1 (#1525)
I'm feeling lucky
1 parent 50c33aa commit f948f56

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.5; \
25+
pip install --user poetry==2.0.1; \
2626
else \
2727
echo "Poetry is already installed."; \
2828
fi

0 commit comments

Comments
 (0)