From 483579f8b6bee8d48768b9cbf5b11e0c732d5a38 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Mon, 25 Jan 2021 15:08:03 +0100 Subject: [PATCH] pyln: Pin the mypy dependency to 0.790 since 0.800 has a regression --- contrib/pyln-proto/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pyln-proto/requirements.txt b/contrib/pyln-proto/requirements.txt index b8b491ddc..bf7ed6aae 100644 --- a/contrib/pyln-proto/requirements.txt +++ b/contrib/pyln-proto/requirements.txt @@ -2,5 +2,5 @@ bitstring==3.1.6 cryptography==3.2 coincurve==13.0.0 base58==1.0.2 -mypy +mypy==0.790 pysocks==1.7.*