From d3c73c7e5b659acab58fd6bf1c9e89ed8c33b8b6 Mon Sep 17 00:00:00 2001 From: nolash Date: Wed, 10 Nov 2021 09:59:28 +0100 Subject: [PATCH] Upgrade deps. commit patch version --- requirements.txt | 10 +++++----- setup.cfg | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index d152033..ad3127e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -funga-eth>=0.5.1a1,<0.6.0 +funga-eth~=0.5.1 pysha3==1.0.2 -hexathon~=0.0.1a8 +hexathon~=0.1.0 websocket-client==0.57.0 -potaahto~=0.0.1a1 -chainlib==0.0.10a10 -confini>=0.4.2rc3,<0.5.0 +potaahto~=0.1.0 +chainlib==0.0.11 +confini~=0.5.1 diff --git a/setup.cfg b/setup.cfg index ef5e57b..d6680e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chainlib-eth -version = 0.0.10a21 +version = 0.0.11 description = Ethereum implementation of the chainlib interface author = Louis Holbrook author_email = dev@holbrook.no