Skip to content

Commit

Permalink
build: use hashed pins
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Aug 15, 2022
1 parent 1dba030 commit 18b57e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18b57e1

Please sign in to comment.