Skip to content

Commit

Permalink
update ecdsa
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrl-Felix committed Feb 8, 2024
1 parent 33c4722 commit a8cd379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
"grpcio>=1.51.3",
"httpx>=0.23.0",
"cosmospy-protobuf==0.0.2",
"ecdsa>=0.17.0",
"ecdsa>=0.18.0",
"bech32>=1.2.0",
"mnemonic>=0.20",
"hdwallets>=0.1.2",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bech32==1.2.0
cosmospy_protobuf>=0.2.0
ecdsa==0.17.0
ecdsa==0.18.0
grpcio~=1.47.0
hdwallets==0.1.2
httpx~=0.23.0
Expand Down

0 comments on commit a8cd379

Please sign in to comment.