summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-08-15 08:20:21 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-08-15 10:28:12 -0400
commit18b57e11f750aee913a107fedeea312965e5fba1 (patch)
tree84df5682f509949bd000303c87f6f66911e3ac46 /Makefile
parent1dba0305a3d7248ad64e4a21d4ac56c92277883c (diff)
downloadpython-coveragepy-git-18b57e11f750aee913a107fedeea312965e5fba1.tar.gz
build: use hashed pins
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e2ddfa4f..c59fe0ec 100644
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ metasmoke:
.PHONY: upgrade
-PIP_COMPILE = pip-compile --upgrade --allow-unsafe
+PIP_COMPILE = pip-compile --upgrade --allow-unsafe --generate-hashes
upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade
upgrade: ## Update the *.pip files with the latest packages satisfying *.in files.
pip install -q -r requirements/pip-tools.pip