diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-08-15 08:20:21 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-08-15 10:28:12 -0400 |
commit | 18b57e11f750aee913a107fedeea312965e5fba1 (patch) | |
tree | 84df5682f509949bd000303c87f6f66911e3ac46 /Makefile | |
parent | 1dba0305a3d7248ad64e4a21d4ac56c92277883c (diff) | |
download | python-coveragepy-git-18b57e11f750aee913a107fedeea312965e5fba1.tar.gz |
build: use hashed pins
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |