Skip to content

Commit

Permalink
[deps] Update ecdsa
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnazario committed Nov 8, 2024
1 parent 56f1812 commit bbf59d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
All notable changes to the Aptos Python SDK will be captured in this file. This changelog is written by hand for now.

## Unreleased
- Update ecdsa to 0.19.0

## 0.10.0

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["web3", "sdk", "aptos", "blockchain"]
"aptos-sdk" = ["py.typed"]

[tool.poetry.dependencies]
ecdsa = "0.18.0"
ecdsa = "^0.19.0"
python-graphql-client = "^0.4.3"
httpx = "^0.27.0"
PyNaCl = "^1.5.0"
Expand Down

0 comments on commit bbf59d6

Please sign in to comment.