What changed, and why it matters
This commit is a routine build-file update. It changes three version strings in a Python package lock file from '25.9rc2' to '25.9rc3' so that continuous integration (CI) tests pass. There is no code change and no security relevance.
No security action required. Treat as normal repository maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff updates uv.lock, a dependency lock file for the uv Python package manager, bumping the recorded versions of editable workspace packages (pyln-client, pyln-proto, pyln-testing) from 25.9rc2 to 25.9rc3. No source code, dependency graph, cryptographic material, or runtime behavior is altered beyond the version metadata strings.
Changed components
uv.lockInspect captured patch +3 / −3
diff --git a/uv.lock b/uv.lock
index 97bb162d..1421973c 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" },
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.