Skip to content

Commit

Permalink
watchtower-plugin: fixes pyln-client version
Browse files Browse the repository at this point in the history
`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
  • Loading branch information
sr-gi committed Mar 28, 2024
1 parent a515118 commit 534d639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions watchtower-plugin/tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 534d639

Please sign in to comment.