From 3ab1e1dfb27003c2811f0a051a29936c5c314a27 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sat, 8 Mar 2025 13:05:29 -0500 Subject: [PATCH] Upgrade `coincurve` to version 21.0.0 (#721) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d3fc7b4..f02b88f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ certifi==2024.8.30 ; python_version >= "3.10" and python_version < "4.0" cffi==1.17.1 ; python_version >= "3.10" and python_version < "4.0" cfgv==3.4.0 ; python_version >= "3.10" and python_version < "4.0" click==8.1.7 ; python_version >= "3.10" and python_version < "4.0" -coincurve==20.0.0 ; python_version >= "3.10" and python_version < "4.0" +coincurve==21.0.0 ; python_version >= "3.10" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and (platform_system == "Windows" or sys_platform == "win32") cryptography==43.0.3 ; python_version >= "3.10" and python_version < "4.0" deprecated==1.2.14 ; python_version >= "3.10" and python_version < "4.0"