fix: bump deps

This commit is contained in:
William Luke 2022-04-26 17:21:42 +03:00
parent e55b82f529
commit dcea763ce5
1 changed files with 8 additions and 8 deletions

View File

@ -41,18 +41,18 @@ secondary = true
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "^3.8"
funga-eth = "~0.5.5" funga-eth = "~0.5.6"
cic-types = "~0.2.1" cic-types = "~0.2.1"
confini = "~0.5.3" confini = "~0.5.3"
chainlib = "~0.0.17" chainlib = "~0.1.0"
cbor2 = "5.4.1" cbor2 = "5.4.1"
chainlib-eth = { version = "~0.0.25", optional = true } chainlib-eth = { version = "~0.1.0", optional = true }
eth-token-index = { version = "~0.2.4", optional = true } eth-token-index = { version = "~0.2.6", optional = true }
eth-address-index = { version = "~0.2.4", optional = true } eth-address-index = { version = "~0.4.0", optional = true }
okota = { version = "~0.2.5", optional = true } okota = { version = "~0.3.0", optional = true }
cic_eth_registry = { version = "~0.6.6", optional = true } cic-eth-registry = { version = "~0.6.6", optional = true }
cic_contracts = { version = "~0.0.5", optional = true } cic-contracts = { version = "~0.1.0", optional = true }
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]