Skip to content

Commit bbb2af1

Browse files
committed
build: fix pip audit flags
1 parent b1eab39 commit bbb2af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dependency_audit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44
ROOT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)
55

66
echo "===> Running Python dependency audit"
7-
uv tool run pip-audit --skip-editable --require-hashes --path "$ROOT_DIR"
7+
uv tool run pip-audit --skip-editable --path "$ROOT_DIR"
88

99
echo "===> Auditing web frontend dependencies"
1010
if [ -f "$ROOT_DIR/web/package.json" ]; then

0 commit comments

Comments
 (0)