Skip to content

Commit

Permalink
Bump trezor from 0.13.8 to 0.13.9
Browse files Browse the repository at this point in the history
Bumps [trezor](https://github.com/trezor/trezor-firmware) from 0.13.8 to 0.13.9.
- [Commits](trezor/trezor-firmware@python/v0.13.8...python/v0.13.9)

---
updated-dependencies:
- dependency-name: trezor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent d59dc92 commit 847768f
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 @@ -34,7 +34,7 @@ dependencies = [

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

[project.scripts]
safe-cli = "safe_cli.main:main"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ pygments==2.18.0
requests==2.32.3
safe-eth-py==6.0.0b30
tabulate==0.9.0
trezor==0.13.8
trezor==0.13.9
typer==0.12.3
web3==6.19.0

0 comments on commit 847768f

Please sign in to comment.