From 3cfeb9ce8402f47abd95e0017e374974546a2c5a Mon Sep 17 00:00:00 2001 From: lash Date: Sun, 6 Mar 2022 19:33:09 +0000 Subject: [PATCH] Upgrade deps --- requirements.txt | 6 +++--- setup.cfg | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7574613..30277d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -funga-eth~=0.5.6 +funga-eth~=0.6.0 pysha3==1.0.2 hexathon~=0.1.5 websocket-client==0.57.0 potaahto~=0.1.1 -chainlib~=0.0.23 -confini~=0.5.7 +chainlib>=0.1.0b1,<=0.1.0 +confini~=0.6.0 diff --git a/setup.cfg b/setup.cfg index f2b31e0..257f7fb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chainlib-eth -version = 0.1.0b3 +version = 0.1.0b4 description = Ethereum implementation of the chainlib interface author = Louis Holbrook author_email = dev@holbrook.no