Upgrade outer tools

This commit is contained in:
Louis Holbrook
2021-08-27 13:13:00 +00:00
parent 2afb20e715
commit 0ced68e224
9 changed files with 10 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
# standard imports
import semver
version = (0, 3, 1, 'alpha.1')
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.4a3
cic-eth[services]~=0.12.4a6
cic-notify~=0.4.0a10
cic-types~=0.1.0a14
confini>=0.4.1a1,<0.5.0