diff --git a/skills/update-deps/SKILL.md b/skills/update-deps/SKILL.md index 6f51490..5085505 100644 --- a/skills/update-deps/SKILL.md +++ b/skills/update-deps/SKILL.md @@ -71,7 +71,7 @@ report the limitation. Do not default to `--root-deps-only` when For each uv-managed Python project, inspect direct and transitive packages: ```bash -uv tree --project --outdated +uv tree --project --locked --outdated ``` Also compare every direct dependency's declared constraint with authoritative @@ -180,7 +180,7 @@ example: ```bash uv lock --project --check -uv run --project +uv run --project --locked ``` For native or GPU packages, also build the production image and run the