From 8d67bcdfd2ccf580785b1aeeb1ff066bca077317 Mon Sep 17 00:00:00 2001 From: nolash Date: Wed, 22 Dec 2021 20:30:13 +0000 Subject: [PATCH] Bump deps --- python/requirements.txt | 8 ++++---- python/setup.cfg | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index b2420d5..4b4a6fa 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,9 +1,9 @@ -confini~=0.5.2 +confini~=0.5.3 funga-eth~=0.5.1 -chainlib-eth~=0.0.12 -eth_erc20~=0.1.2 +chainlib-eth~=0.0.15 +eth_erc20~=0.1.5 eth-address-index~=0.2.4 eth-accounts-index~=0.1.2 eth-token-index~=0.2.4 -eth-contract-registry~=0.7.1a2 +eth-contract-registry~=0.7.2 cic-contracts~=0.0.5 diff --git a/python/setup.cfg b/python/setup.cfg index 5dc4dad..d4d82b8 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = okota -version = 0.2.5a1 +version = 0.2.5 description = Registries for CIC using the eth-address-index backend author = Louis Holbrook author_email = dev@holbrook.no