Skip to content

Commit

Permalink
Relock dependencies to include ape-infura. eth-ape is limited to <=0.…
Browse files Browse the repository at this point in the history
…6.19 because of a bug seemingly in 0.6.20 that causes our tests to fail.
  • Loading branch information
derekpierre committed Sep 26, 2023
1 parent 94f7c57 commit ca7e27a
Show file tree
Hide file tree
Showing 3 changed files with 2,589 additions and 2,602 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ name = "pypi"
black = "*"
coincurve = "*"
cryptography = "*"
eth-ape = "*"
eth-ape = "<=0.6.19" # there is a bug in 0.6.20 that causes `ape test` to fail
ape-solidity = ">=0.6.5"
ape-etherscan = "*"
ape-polygon = "*"
ape-infura = "*"
flake8 = "*"
isort = "*"
nucypher-core = "*"
Expand Down
Loading

0 comments on commit ca7e27a

Please sign in to comment.