From a73ba273b804436aa784ee56e3c47db277adbfba Mon Sep 17 00:00:00 2001 From: Oleksandr Prudnikov Date: Wed, 1 Oct 2025 23:17:11 +0100 Subject: [PATCH] bump bitcoinlib --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b7d8f37..12d8853 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ "aiomysql", "greenlet", "cryptography", - "bitcoinlib==0.6.*", + "bitcoinlib==0.7.*", ]