From 15ae1143a5230078219072d096741546ebcc3d07 Mon Sep 17 00:00:00 2001 From: William Luke Date: Tue, 5 Jul 2022 10:46:29 +0300 Subject: [PATCH] fix: bump cic-types --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index e8b2f22..b1c4e0a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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 = [ diff --git a/pyproject.toml b/pyproject.toml index 5ff8d1b..698bf3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"