diff --git a/pyproject.toml b/pyproject.toml index 595f6f98..0d341231 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ uniswap-python = "0.7.1" kwenta = "1.2.0" #eth-ape = "0.7.16" eth-typing = "^4.4.0" -eth-tester = "^0.12.0b1" + # brownie_safe = {version="0.8.5", python = ">=3.11,<3.12"} # eth-brownie = "1.20.1" #web3client = "1.3.7" @@ -115,7 +115,8 @@ pytest-cov = "^5.0.0" pytest-asyncio = "^0.23.0" pytest-mock = "^3.11.1" pytest-loguru = "^0.4.0" -eth_tester = "^0.9.0b2" +# eth_tester = "^0.9.0b2" +eth-tester = "^0.12.0b1" [tool.pytest.ini_options] pythonpath = "."