Skip to content

Commit

Permalink
Bump Poetry to 2.0.1 (apache#1525)
Browse files Browse the repository at this point in the history
I'm feeling lucky
  • Loading branch information
Fokko authored Jan 16, 2025
1 parent 50c33aa commit f948f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.5; \
pip install --user poetry==2.0.1; \
else \
echo "Poetry is already installed."; \
fi
Expand Down

0 comments on commit f948f56

Please sign in to comment.