From 6432eeb6d3db0eb30f5aac2b12fbf3e8165f83e5 Mon Sep 17 00:00:00 2001 From: nolash Date: Wed, 14 Apr 2021 09:42:59 +0200 Subject: [PATCH] Update deps --- python/requirements.txt | 4 ++-- python/setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index e140c95..780ffc8 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,3 +1,3 @@ confini~=0.3.6rc3 -chainlib~=0.0.2a1 -crypto-dev-signer~=0.4.14a17 +chainlib~=0.0.2a12 +crypto-dev-signer~=0.4.14b2 diff --git a/python/setup.cfg b/python/setup.cfg index 3868ee5..0f625b0 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-accounts-index -version = 0.0.11a8 +version = 0.0.11a9 description = Accounts index evm contract tooling with permissioned writes author = Louis Holbrook author_email = dev@holbrook.no