Merge pull request #252 from sr-gi/fix-watchtower-tests-deps

watchtower-plugin: fixes pyln-client version
This commit is contained in:
Sergi Delgado 2024-03-28 09:41:18 +01:00 committed by GitHub
commit 7ea92bbdd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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]