Skip to content

Commit

Permalink
Update build system to poetry 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rzuckerm committed May 22, 2024
1 parent b55987c commit 4f6efdb
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 @@ -61,7 +61,7 @@ $(META): | $(VENV)
$(VENV):
@echo "*** Initializing environment ***"
$(CREATE_VIRTUALENV)
$(ACT) pip install 'poetry==1.4.2'
$(ACT) pip install 'poetry==1.8.3'
@echo ""
endif

Expand Down

0 comments on commit 4f6efdb

Please sign in to comment.