Upgrade cic-eth dep in cic-ussd

This commit is contained in:
nolash 2021-08-19 10:35:51 +02:00
parent fffb2bc3f4
commit 139de9e102
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# standard imports
import semver
version = (0, 3, 0, 'alpha.10')
version = (0, 3, 1, 'alpha.1')
version_object = semver.VersionInfo(
major=version[0],

View File

@ -1,7 +1,7 @@
alembic==1.4.2
bcrypt==3.2.0
celery==4.4.7
cic-eth[services]==0.12.2a3
cic-eth[services]==0.12.3a1
cic-notify~=0.4.0a10
cic-types~=0.1.0a14
confini~=0.4.1a1