Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrl-felix committed Jun 17, 2023
1 parent f7b1810 commit dd99456
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ classifiers = [
dependencies = [
"protobuf==4.22.1",
"grpcio~=1.51.3",
"httpx==0.23.0",
"cosmospy-protobuf==0.0.2",
"httpx~=0.23.0",
"cosmospy-protobuf>=0.2.0",
"ecdsa==0.17.0",
"bech32==1.2.0",
"mnemonic==0.20",
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
bech32==1.2.0
cosmospy_protobuf
cosmospy_protobuf>=0.2.0
ecdsa==0.17.0
grpcio~=1.47.0
hdwallets==0.1.2
httpx==0.23.0
httpx~=0.23.0
mnemonic==0.20
protobuf==4.22.1
safe-pysha3==1.0.3;python_version>='3.9'
Expand Down

0 comments on commit dd99456

Please sign in to comment.