Skip to content

Commit

Permalink
Bump ledgereth from 0.9.1 to 0.10.0
Browse files Browse the repository at this point in the history
Bumps [ledgereth](https://github.com/mikeshultz/ledger-eth-lib) from 0.9.1 to 0.10.0.
- [Release notes](https://github.com/mikeshultz/ledger-eth-lib/releases)
- [Commits](mikeshultz/ledger-eth-lib@v0.9.1...v0.10.0)

---
updated-dependencies:
- dependency-name: ledgereth
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Uxio0 committed Nov 11, 2024
1 parent 4b5356a commit c97700f
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 @@ -31,7 +31,7 @@ dependencies = [
]

[project.optional-dependencies]
ledger = ["ledgereth==0.9.1"]
ledger = ["ledgereth==0.10.0"]
trezor = ["trezor==0.13.9"]

[project.scripts]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
art==6.3
colorama==0.4.6
hexbytes==0.3.1
ledgereth==0.9.1
ledgereth==0.10.0
packaging>=23.1
prompt_toolkit==3.0.48
pygments==2.18.0
Expand Down

0 comments on commit c97700f

Please sign in to comment.