From d036eb06e54204e44a66b1b7d068fdfabdad4b2e Mon Sep 17 00:00:00 2001 From: jan-kubica Date: Fri, 14 Aug 2026 11:12:37 +0200 Subject: [PATCH] docs: keep uv dependency checks lock-safe --- skills/update-deps/SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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