From 8ebd3da7b529efc46865ba431caeb652d9eb36a5 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 28 Aug 2025 12:16:35 +0930 Subject: [PATCH] Makefile: fix update-versions. We need to run `uv lock` once the Python versions are updated. Signed-off-by: Rusty Russell --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index eadb93470..c1c027ae1 100644 --- a/Makefile +++ b/Makefile @@ -757,6 +757,7 @@ clean: obsclean # See doc/contribute-to-core-lightning/contributor-workflow.md PYLNS=client proto testing update-versions: update-pyln-versions update-reckless-version update-dot-version update-doc-examples + @uv lock update-pyln-versions: $(PYLNS:%=update-pyln-version-%) update-pyln-version-%: