From 198893e76825cab63f8c25243b15b4f4e3850a44 Mon Sep 17 00:00:00 2001 From: danceratopz Date: Thu, 31 Aug 2023 10:23:30 +0200 Subject: [PATCH] chore: bump the required major version of coincurve --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index aee6caa3ed..174e14be83 100644 --- a/setup.cfg +++ b/setup.cfg @@ -105,7 +105,7 @@ package_dir = python_requires = >=3.8 install_requires = pycryptodome>=3,<4 - coincurve>=17,<18 + coincurve>=18,<19 typing_extensions>=4 [options.package_data]