From ab9d663bec3906863e8779f887b526172b2e5e13 Mon Sep 17 00:00:00 2001 From: nolash Date: Thu, 17 Dec 2020 11:00:13 +0100 Subject: [PATCH] Upgrade confini --- python/requirements.txt | 2 +- python/setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index 9eafbc8..edc1da4 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,2 +1,2 @@ -confini==0.2.7 +confini==0.3.3 web3==5.12.2 diff --git a/python/setup.cfg b/python/setup.cfg index a9a1f85..ae27626 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -27,7 +27,7 @@ packages = eth_accounts_index eth_accounts_index.runnable install_requires = - confini==0.3.2 + confini==0.3.3 web3==5.12.2 tests_require = pytest==6.0.1