Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions backup/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ name = "cln-backup"
version = "0.1.0"
description = "Keep your Core-Lightning node save by backing it up, in real-time (allows recovering without channel closures)."
authors = [{ name = "Christian Decker", email = "<decker@blockstream.io>" }]
requires-python = ">=3.9.2"
requires-python = ">=3.10"

dependencies = [
"pyln-client>=25.2.2",
"pyln-client>=25.9.3",
"click>=8.0.4",
"psutil>=5.9.4",
"requests[socks]>=2.32.4",
]

[dependency-groups]
dev = [
"pyln-testing>=25.2.2",
"pyln-testing>=25.9.3",
"pytest-timeout>=2.2.0",
"pytest-xdist>=3.1.0",
"pytest-asyncio>=0.23.8,<2",
Expand Down
1,364 changes: 524 additions & 840 deletions backup/uv.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions cl-zmq/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ name = "zmq"
version = "0.1.0"
description = "Forwards notifications to ZeroMQ endpoints depending on configuration"
readme = "README.md"
requires-python = ">=3.9.2"
requires-python = ">=3.10"

dependencies = ["Twisted>=20.3.0", "txzmq==0.8.2", "pyln-client>=24.11"]
dependencies = ["Twisted>=20.3.0", "txzmq==0.8.2", "pyln-client>=25.9.3"]

[dependency-groups]
dev = [
"pytest>=7.4,<9",
"pytest-xdist>=3.7,<4",
"pytest-timeout>=2.4,<3",
"pyln-testing>=24.11.1",
"pyln-client>=24.11.1",
"pyln-proto>=24.11.1",
"pyln-testing>=25.9.3",
"pyln-client>=25.9.3",
"pyln-proto>=25.9.3",
]
1,218 changes: 571 additions & 647 deletions cl-zmq/uv.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions clearnet/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ name = "clearnet"
version = "0.1.0"
description = "Prefer usage over clearnet connections"
readme = "README.md"
requires-python = ">=3.9.2"
requires-python = ">=3.10"

dependencies = ["pyln-client>=24.11"]
dependencies = ["pyln-client>=25.9.3"]

[dependency-groups]
dev = [
"pytest>=7.4,<9",
"pytest-xdist>=3.7,<4",
"pytest-timeout>=2.4,<3",
"pyln-testing>=24.11.1",
"pyln-client>=24.11.1",
"pyln-proto>=24.11.1",
"pyln-testing>=25.9.3",
"pyln-client>=25.9.3",
"pyln-proto>=25.9.3",
]
1,058 changes: 397 additions & 661 deletions clearnet/uv.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions currencyrate/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name = "currencyrate"
version = "0.1.0"
description = "Provides Bitcoin currency conversion functions using various different backends"
readme = "README.md"
requires-python = ">=3.9.2"
requires-python = ">=3.10"

dependencies = [
"cachetools>=5.3.3",
"pyln-client>=24.11",
"pyln-client>=25.9.3",
"requests[socks]>=2.32.2",
"urllib3>=2.2.2",
]
Expand All @@ -17,7 +17,7 @@ dev = [
"pytest>=7.4,<9",
"pytest-xdist>=3.7,<4",
"pytest-timeout>=2.4,<3",
"pyln-testing>=24.11.1",
"pyln-client>=24.11.1",
"pyln-proto>=24.11.1",
"pyln-testing>=25.9.3",
"pyln-client>=25.9.3",
"pyln-proto>=25.9.3",
]
1,302 changes: 530 additions & 772 deletions currencyrate/uv.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions donations/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ description = "Start one or more webservers for a donation page where visitors c
authors = [{ name = "Christian Decker", email = "<decker@blockstream.io>" }]
license = "MIT"
readme = "README.md"
requires-python = ">=3.9.2"
requires-python = ">=3.10"

dependencies = [
"qrcode[pil]>=7.4.2",
"flask>=2.3.3",
"pyln-client>=24.11",
"pyln-client>=25.9.3",
"flask-bootstrap>=3.3.7.1",
"flask-wtf>=1.2.1",
"werkzeug>=3.0.6",
Expand All @@ -23,8 +23,8 @@ dev = [
"pytest>=7.4,<9",
"pytest-xdist>=3.7,<4",
"pytest-timeout>=2.4,<3",
"pyln-testing>=24.11",
"pyln-client>=24.11",
"pyln-proto>=24.11",
"pyln-testing>=25.9.3",
"pyln-client>=25.9.3",
"pyln-proto>=25.9.3",
"requests>=2.32.5",
]
1,376 changes: 493 additions & 883 deletions donations/uv.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions feeadjuster/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ name = "feeadjuster"
version = "0.1.0"
description = "Dynamically adjusts fees according to channel balances"
readme = "README.md"
requires-python = ">=3.9.2"
requires-python = ">=3.10"

dependencies = ["pyln-client>=24.11"]
dependencies = ["pyln-client>=25.9.3"]

[dependency-groups]
dev = [
"pytest>=7.4,<9",
"pytest-xdist>=3.7,<4",
"pytest-timeout>=2.4,<3",
"pyln-testing>=24.11.1",
"pyln-client>=24.11.1",
"pyln-proto>=24.11.1",
"pyln-testing>=25.9.3",
"pyln-client>=25.9.3",
"pyln-proto>=25.9.3",
]
1,278 changes: 505 additions & 773 deletions feeadjuster/uv.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions historian/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ description = "A plugin to store historical Lightning Network gossip in a databa
readme = "README.md"
authors = [{ name = "Christian Decker", email = "<decker@blockstream.io>" }]
license = "MIT"
requires-python = ">=3.9.2"
requires-python = ">=3.10"

dependencies = [
"inotify>=0.2.12",
"pika>=1.3.2",
"pyln-client>=24.2",
"pyln-client>=25.9.3",
"python-dotenv>=1.1.0",
"sqlalchemy>=2.0.40",
]

[dependency-groups]
dev = [
"pyln-testing>=24.2",
"pyln-testing>=25.9.3",
"pytest-rerunfailures>=10.3",
"pytest-timeout>=2.1.0",
"pytest-xdist>=3.1.0",
Expand Down
1,625 changes: 948 additions & 677 deletions historian/uv.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions monitor/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ name = "monitor"
version = "0.1.0"
description = "Monitors the health of your peers and helps you to decide if you might want to close a channel"
readme = "README.md"
requires-python = ">=3.9.2"
requires-python = ">=3.10"

dependencies = ["pyln-client>=24.11", "packaging>=24.1"]
dependencies = ["pyln-client>=25.9.3", "packaging>=24.1"]

[dependency-groups]
dev = [
"pytest>=7.4,<9",
"pytest-xdist>=3.7,<4",
"pytest-timeout>=2.4,<3",
"pyln-testing>=24.11.1",
"pyln-client>=24.11.1",
"pyln-proto>=24.11.1",
"pyln-testing>=25.9.3",
"pyln-client>=25.9.3",
"pyln-proto>=25.9.3",
]
Loading
Loading