From 0da7d4a9ef12807d61758c76dc3d0f8511ef3403 Mon Sep 17 00:00:00 2001 From: nolash Date: Thu, 17 Dec 2020 13:17:46 +0100 Subject: [PATCH] Another dependency upgrade --- 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 edc1da4..1ef2087 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,2 +1,2 @@ -confini==0.3.3 +confini==0.3.4 web3==5.12.2 diff --git a/python/setup.cfg b/python/setup.cfg index ae27626..c69a709 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.3 + confini==0.3.4 web3==5.12.2 tests_require = pytest==6.0.1