diff --git a/Makefile b/Makefile index 8214c478c..8f6532575 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ fix-imports: .PHONY: freeze-requirements freeze-requirements: ## create static requirements.txt - ${VIRTUALENV_ROOT}/bin/pip install pip-tools + ${VIRTUALENV_ROOT}/bin/pip install --upgrade pip-tools ${VIRTUALENV_ROOT}/bin/pip-compile requirements.in .PHONY: clean