build_tools/update-dependencies.sh: add dependency cooldown for Python packages

See
https://blog.yossarian.net/2025/11/21/We-should-all-be-using-dependency-cooldowns
This commit is contained in:
Johannes Altmanninger
2025-12-16 13:18:22 +01:00
parent ebc140a3ea
commit 1db4dc4c3e

View File

@@ -15,7 +15,7 @@ uv lock --check
updatecli "${@:-apply}"
uv lock # Python version constraints may have changed.
uv lock --upgrade
uv lock --upgrade --exclude-newer="$(date --date='7 days ago' --iso-8601)"
from_gh() {
repo=$1