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:
Sergi Delgado Segura 2024-03-28 09:23:56 +01:00
parent a515118eea
commit 534d6390ba
No known key found for this signature in database
GPG key ID: 35DDB7126CCB7618

View file

@ -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]