Skip to content

Commit

Permalink
chore: fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
banteg committed Feb 5, 2023
1 parent ba70441 commit a1e61a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ape-safe"
version = "0.7.0"
version = "0.7.1"
description = "Build complex Gnosis Safe transactions and safely preview them in a forked environment."
authors = ["banteg"]
license = "MIT"
Expand All @@ -9,7 +9,7 @@ readme = "readme.md"

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
eth-brownie = "^1.19.3"
eth-brownie = "^1.19.2"
safe-eth-py = "^5.0.0"
trezor = "^0.13.5"

Expand Down

0 comments on commit a1e61a9

Please sign in to comment.