From d97b3ab1dd09f99bb0b02d6b127b063e81bc1c65 Mon Sep 17 00:00:00 2001 From: lash Date: Sun, 6 Mar 2022 19:35:39 +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 2ed8768..038b9e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -confini~=0.5.1 +confini~=0.6.0 semver==2.13.0 -hexathon~=0.1.0 -chainlib~=0.0.10 +hexathon~=0.1.5 +chainlib>=0.1.0b1,<=0.1.0 diff --git a/setup.cfg b/setup.cfg index 376c2a7..4cd862d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = chainsyncer -version = 0.1.0 +version = 0.2.0 description = Generic blockchain syncer driver author = Louis Holbrook author_email = dev@holbrook.no