Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Bump eth-account from 0.4.0 to 0.5.9 in /eth_sign
Browse files Browse the repository at this point in the history
Bumps [eth-account](https://github.com/ethereum/eth-account) from 0.4.0 to 0.5.9.
- [Release notes](https://github.com/ethereum/eth-account/releases)
- [Changelog](https://github.com/ethereum/eth-account/blob/master/docs/release_notes.rst)
- [Commits](ethereum/eth-account@v0.4.0...v0.5.9)

---
updated-dependencies:
- dependency-name: eth-account
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 30, 2022
1 parent fb3c46f commit 9905ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eth_sign/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dynaconf == 2.0.3
eth_utils == 1.7.0
eth_account == 0.4.0
eth_account == 0.5.9
eth_abi == 2.0.0
requests == 2.22.0
tornado == 6.0.3
2 changes: 1 addition & 1 deletion eth_sign/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
install_requires=[
'eth-utils == 1.7.0',
'requests == 2.22.0',
'eth-account == 0.4.0',
'eth-account == 0.5.9',
'click == 7.0',
'tornado == 6.0.3',
'eth_abi == 2.0.0'
Expand Down

0 comments on commit 9905ccc

Please sign in to comment.