update-dependencies.sh: fix uv lock --check command

This commit is contained in:
Johannes Altmanninger
2026-01-02 11:17:33 +01:00
parent 8004f354aa
commit 7ebd2011ff

View File

@@ -10,7 +10,8 @@ command -v updatecli
command -v uv
sort --version-sort </dev/null
uv lock --check
# TODO This is copied from .github/actions/install-sphinx/action.yml
uv lock --check --exclude-newer="$(awk -F'"' <uv.lock '/^exclude-newer[[:space:]]*=/ {print $2}')"
updatecli "${@:-apply}"