Upgrade cic-eth in cic-ussd

This commit is contained in:
nolash 2021-08-27 15:06:13 +02:00
parent 9c84b32bab
commit 16b400680c
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, 1, 'alpha.2')
version = (0, 3, 1, 'alpha.3')
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.4a4
cic-eth[services]~=0.12.4a6
cic-notify~=0.4.0a10
cic-types~=0.1.0a14
confini>=0.4.1a1,<0.5.0