mirror of
https://github.com/talaia-labs/rust-teos.git
synced 2026-08-13 12:33:22 +02:00
watchtower-plugin: fixes pyln-client version
`pyln-testing` depends on `pyln-client`, and the API for the latter has changed in version 24.0. Fix our dependency to 23.11 to prevent test from breaking
This commit is contained in:
parent
a515118eea
commit
534d6390ba
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ black = "^22.6.0"
|
|||
pytest = "^7.1.2"
|
||||
pytest-timeout = "^2.1.0"
|
||||
pyln-testing = "^0.12.1"
|
||||
pyln-client = "^23.11"
|
||||
|
||||
|
||||
[build-system]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue