From 450f69676ac9f9cf8b277382c394859d577c0ac0 Mon Sep 17 00:00:00 2001 From: nolash Date: Wed, 5 May 2021 13:49:24 +0200 Subject: [PATCH] Update base in cic-eth --- apps/cic-eth/cic_eth/version.py | 2 +- apps/cic-eth/requirements.txt | 2 +- apps/contract-migration/scripts/requirements.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/cic-eth/cic_eth/version.py b/apps/cic-eth/cic_eth/version.py index 1f75076e..1382b9cf 100644 --- a/apps/cic-eth/cic_eth/version.py +++ b/apps/cic-eth/cic_eth/version.py @@ -10,7 +10,7 @@ version = ( 0, 11, 0, - 'beta.12', + 'beta.13', ) version_object = semver.VersionInfo( diff --git a/apps/cic-eth/requirements.txt b/apps/cic-eth/requirements.txt index 22750097..fd48517d 100644 --- a/apps/cic-eth/requirements.txt +++ b/apps/cic-eth/requirements.txt @@ -21,4 +21,4 @@ chainqueue~=0.0.2a2 sarafu-faucet==0.0.3a3 erc20-faucet==0.2.1a4 coincurve==15.0.0 -potaahto~=0.0.1a1 +potaahto~=0.0.1a2 diff --git a/apps/contract-migration/scripts/requirements.txt b/apps/contract-migration/scripts/requirements.txt index 0dc4473a..9088c8e3 100644 --- a/apps/contract-migration/scripts/requirements.txt +++ b/apps/contract-migration/scripts/requirements.txt @@ -1,5 +1,5 @@ -cic-base[full_graph]==0.1.2b8 -sarafu-faucet==0.0.3a2 +cic-base[full_graph]==0.1.2b9 +sarafu-faucet==0.0.3a3 cic-eth==0.11.0b12 cic-types==0.1.0a11 crypto-dev-signer==0.4.14b3