From 4eb261719862dd9cbd3588116700849d88727a8a Mon Sep 17 00:00:00 2001 From: nolash Date: Tue, 20 Oct 2020 06:29:37 +0200 Subject: [PATCH] Upgrade confini --- requirements.txt | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9d6aa55..481b07a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ cffi==1.14.1 +confini==0.2.5 cryptography==3.0 cytoolz==0.10.1 eth-hash==0.2.0 diff --git a/setup.py b/setup.py index be4778c..92f18d1 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( 'pysha3', 'rlp', 'json-rpc', - 'confini==0.2.3', + 'confini==0.2.5', ], long_description=long_description, long_description_content_type='text/markdown',