From 5d2b18e501bbda771fe8930e8af55fd367741056 Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Thu, 8 Apr 2021 11:09:39 +0100 Subject: [PATCH] bump pip-tools when freezing dependencies to stop big diffs from change in formatting of reqs.txt --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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