mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-23 04:51:16 -03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user