Skip to content

Commit

Permalink
cosmpy bumped to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
solarw committed Jul 19, 2023
1 parent b118688 commit 9f2f926
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GitPython = "==3.1.27"
requests = "==2.28.1"
idna = "<=3.3"
web3 = "==5.31.4"
cosmpy = ">=0.4.1,<0.5.0"
cosmpy = "==0.6.0"
semver = "<3.0.0,>=2.9.1"
py-multibase = ">=1.0.0"
py-multicodec = ">=0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/aea-ledger-cosmos/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"ecdsa>=0.15,<0.17.0",
"bech32==1.2.0",
"pycryptodome>=3.10.1,<4.0.0",
"cosmpy>=0.2.0",
"cosmpy==0.6.0",
],
tests_require=["pytest"],
entry_points={
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def get_all_extras() -> Dict:
cli_deps = [
"click==8.0.2",
"pyyaml==6.0.1",
"jsonschema>=3.0.0,<4.0.0",
"jsonschema<5.0.0,>=4.16.0",
"packaging>=23.1,<24.0",
"pytest>=7.0.0,<7.3.0",
"coverage>=6.4.4,<8.0.0",
Expand All @@ -56,7 +56,7 @@ def get_all_extras() -> Dict:
base_deps = [
"semver>=2.9.1,<3.0.0",
"base58>=1.0.3,<3.0.0",
"jsonschema>=3.0.0,<4.0.0",
"jsonschema<5.0.0,>=4.16.0",
"packaging>=23.1,<24.0",
"protobuf>=3.19.0,<4.0.0",
"pymultihash==0.8.2",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ deps =
eth-account>=0.5.9,<0.6.0
; for password encryption in cosmos
pycryptodome>=3.10.1
cosmpy>=0.4.1,<0.5.0
cosmpy==0.6.0
certifi<=2022.6.15.1
google-api-python-client<=2.60.0
idna<=3.3
Expand Down

0 comments on commit 9f2f926

Please sign in to comment.