Upgrade cic-notify deps

This commit is contained in:
nolash 2021-06-30 14:56:18 +02:00
parent d83843a761
commit 45c018d884
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
5 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ version = (
0,
11,
1,
'alpha.1',
'alpha.2',
)
version_object = semver.VersionInfo(

View File

@ -9,7 +9,7 @@ import semver
logg = logging.getLogger()
version = (0, 4, 0, 'alpha.5')
version = (0, 4, 0, 'alpha.6')
version_object = semver.VersionInfo(
major=version[0],

View File

@ -1 +1 @@
cic_base[full_graph]~=0.1.2a61
cic_base[full_graph]==0.1.3a3+build.4aa03607

View File

@ -1,4 +1,4 @@
cic_base[full_graph]==0.1.3a3+build.4aa03607
cic-eth~=0.11.0b16
cic-eth~=0.11.1a2
cic-notify~=0.4.0a5
cic-types~=0.1.0a11

View File

@ -9,7 +9,7 @@ fi
t=$(mktemp)
>&2 echo using tmp $t
repos=(../../cic-cache ../../cic-eth ../../cic-ussd ../../data-seeding)
repos=(../../cic-cache ../../cic-eth ../../cic-ussd ../../data-seeding ../../cic-notify)
for r in ${repos[@]}; do
f="$r/requirements.txt"