fix: bump cic-types
continuous-integration/drone/push Build is passing Details

This commit is contained in:
William Luke 2022-07-05 10:46:29 +03:00
parent efbe04df6d
commit 15ae1143a5
2 changed files with 3 additions and 3 deletions

4
poetry.lock generated
View File

@ -286,7 +286,7 @@ reference = "grassroots_"
[[package]]
name = "cic-types"
version = "0.2.6"
version = "0.2.7"
description = "Defines descriptors for data objects specific to the CIC-Network."
category = "main"
optional = false
@ -2046,7 +2046,7 @@ eth = ["chainlib-eth", "eth-token-index", "eth-address-index", "okota", "cic-eth
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "e068d23fc73a61c8cbc0da5d863bf839f6a8610c61a220ac33b12ea46c8b202a"
content-hash = "1379242725006a2a94a6c7cf2a6924a1a117803b6898f0bcea88c9ff760a7e87"
[metadata.files]
asn1crypto = [

View File

@ -43,7 +43,7 @@ default = true
[tool.poetry.dependencies]
python = "^3.8"
funga-eth = "^0.6.0"
cic-types = "^0.2.6"
cic-types = "^0.2.7"
confini = "^0.6.0"
chainlib = "~0.1.0"
cbor2 = "~5.4.1"