Skip to content

Commit

Permalink
Bump to Poetry 1.8.5 (#1455)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko authored Dec 20, 2024
1 parent ab6b190 commit dbcf65b
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.4; \
pip install --user poetry==1.8.5; \
else \
echo "Poetry is already installed."; \
fi
Expand Down

0 comments on commit dbcf65b

Please sign in to comment.