Skip to content

Commit

Permalink
Update cookiecutter.mk: depend on fixed 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens authored Feb 21, 2024
1 parent af4d663 commit 1f6760f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mxmake/topics/applications/cookiecutter.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
COOKIECUTTER_TARGET:=$(SENTINEL_FOLDER)/cookiecutter.sentinel
$(COOKIECUTTER_TARGET): $(MXENV_TARGET)
@echo "Install cookiecutter"
@$(MXENV_PYTHON) -m pip install "cookiecutter>=2.1.1"
@$(MXENV_PYTHON) -m pip install "cookiecutter>=2.6.0"
@touch $(COOKIECUTTER_TARGET)

.PHONY: cookiecutter-dirty
Expand Down

0 comments on commit 1f6760f

Please sign in to comment.