Skip to content

Commit 18b57e1

Browse files
committed
build: use hashed pins
1 parent 1dba030 commit 18b57e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ metasmoke:
7474

7575
.PHONY: upgrade
7676

77-
PIP_COMPILE = pip-compile --upgrade --allow-unsafe
77+
PIP_COMPILE = pip-compile --upgrade --allow-unsafe --generate-hashes
7878
upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade
7979
upgrade: ## Update the *.pip files with the latest packages satisfying *.in files.
8080
pip install -q -r requirements/pip-tools.pip

0 commit comments

Comments
 (0)