From 17ae29887f0e942eb5e57f6fd7431437ccec1952 Mon Sep 17 00:00:00 2001 From: William Luke Date: Wed, 27 Apr 2022 10:12:28 +0300 Subject: [PATCH] fix: bump dependencies --- requirements.txt | 14 +++++++------- setup.cfg | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2003eba..3f79ec3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -usumbufu~=0.3.5 -confini~=0.5.3 -cic-eth-registry~=0.6.1 -cic-types~=0.2.1a8 +usumbufu~=0.3.8 +confini~=0.6.0 +cic-eth-registry~=0.6.9 +cic-types~=0.2.2 phonenumbers==8.12.12 -eth-erc20~=0.1.2 +eth-erc20~=0.3.0 hexathon~=0.1.0 pycryptodome~=3.10.1 -chainlib-eth~=0.0.21 -chainlib~=0.0.17 +chainlib-eth~=0.1.0 +chainlib~=0.1.0 diff --git a/setup.cfg b/setup.cfg index 58d911e..6d838a8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = clicada -version = 0.0.7 +version = 0.0.8 description = CLI CRM tool for the cic-stack custodial wallet system author = Louis Holbrook author_email = dev@holbrook.no