Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ab4db40

Browse files
committed
build: use --generate-hashes when pinning
1 parent a438753 commit ab4db40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ KITBIN = .tox/$(KITVER)/bin
130130
$(KITBIN):
131131
tox -q -e $(KITVER) --notest
132132

133-
PIP_COMPILE = uv pip compile -q --universal ${COMPILE_OPTS}
133+
PIP_COMPILE = uv pip compile -q --universal --generate-hashes ${COMPILE_OPTS}
134134

135135
# Limit to packages that were released more than 10 days ago.
136136
# https://blog.yossarian.net/2025/11/21/We-should-all-be-using-dependency-cooldowns

0 commit comments

Comments
 (0)