From 534d6390ba9dde35b02bf50b379db1a8a44acd32 Mon Sep 17 00:00:00 2001 From: Sergi Delgado Segura Date: Thu, 28 Mar 2024 09:23:56 +0100 Subject: [PATCH] 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 --- watchtower-plugin/tests/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/watchtower-plugin/tests/pyproject.toml b/watchtower-plugin/tests/pyproject.toml index 2760baa..abcb2e4 100644 --- a/watchtower-plugin/tests/pyproject.toml +++ b/watchtower-plugin/tests/pyproject.toml @@ -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]