From fe2c489ff38b991b36b59163fd1042894a3108dc Mon Sep 17 00:00:00 2001 From: angrybayblade Date: Mon, 23 Oct 2023 12:04:30 +0530 Subject: [PATCH] feat: remove open-aea-cosmpy dependency --- Pipfile | 2 +- plugins/aea-ledger-cosmos/setup.py | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Pipfile b/Pipfile index 471fce9094..17ed9aec11 100644 --- a/Pipfile +++ b/Pipfile @@ -38,7 +38,7 @@ pytest-custom-exit-code = "==0.3.0" GitPython = "==3.1.27" requests = "==2.28.1" idna = "<=3.3" -open-aea-cosmpy = "==0.6.6" +cosmpy = "==0.9.1" web3 = ">=6.0.0,<7" semver = "<3.0.0,>=2.9.1" py-multibase = ">=1.0.0" diff --git a/plugins/aea-ledger-cosmos/setup.py b/plugins/aea-ledger-cosmos/setup.py index d00f714ffc..f85719fd50 100644 --- a/plugins/aea-ledger-cosmos/setup.py +++ b/plugins/aea-ledger-cosmos/setup.py @@ -43,7 +43,7 @@ "ecdsa>=0.15,<0.17.0", "bech32==1.2.0", "pycryptodome>=3.10.1,<4.0.0", - "open-aea-cosmpy==0.6.6", + "cosmpy==0.9.1", ], tests_require=["pytest"], entry_points={ diff --git a/tox.ini b/tox.ini index 145b39f5ae..1707ff6d50 100644 --- a/tox.ini +++ b/tox.ini @@ -49,7 +49,7 @@ deps = eth-account>=0.8.0,<0.9.0 ; for password encryption in cosmos pycryptodome>=3.10.1 - open-aea-cosmpy==0.6.6 + cosmpy==0.9.1 certifi<=2022.6.15.1 google-api-python-client<=2.60.0 idna<=3.3