From c768c7258484c00bf3991a3601d720db5fa7256d Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 28 Aug 2025 11:18:04 +0930 Subject: [PATCH] uv.lock: update for rc3. This wasn't committed, so CI is failing. Signed-off-by: Rusty Russell --- uv.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uv.lock b/uv.lock index 97bb162da..1421973ce 100644 --- a/uv.lock +++ b/uv.lock @@ -1830,7 +1830,7 @@ dev = [{ name = "pyln-proto", editable = "contrib/pyln-proto" }] [[package]] name = "pyln-client" -version = "25.9rc2" +version = "25.9rc3" source = { editable = "contrib/pyln-client" } dependencies = [ { name = "pyln-bolt7" }, @@ -1890,7 +1890,7 @@ dev = [ [[package]] name = "pyln-proto" -version = "25.9rc2" +version = "25.9rc3" source = { editable = "contrib/pyln-proto" } dependencies = [ { name = "base58" }, @@ -1919,7 +1919,7 @@ dev = [{ name = "pytest", specifier = ">=7.0.0" }] [[package]] name = "pyln-testing" -version = "25.9rc2" +version = "25.9rc3" source = { editable = "contrib/pyln-testing" } dependencies = [ { name = "cheroot" },