From f85e197fb5af953abf1c6dee83389817b699f94c Mon Sep 17 00:00:00 2001 From: Mihai Date: Mon, 22 Apr 2024 14:59:04 -0400 Subject: [PATCH] bump eth-tester and eth-account version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6ff472a7b5..3580f49311 100644 --- a/setup.py +++ b/setup.py @@ -119,8 +119,8 @@ "watchdog>=3.0,<4", # ** Dependencies maintained by Ethereum Foundation ** "eth-abi>=5.1.0,<6", - "eth-account>=0.10.0,<0.11", - "eth-tester @ git+https://github.com/wakamex/eth-tester.git", + "eth-account>=0.11.2,<0.12", + "eth-tester>=0.11.0-beta.2,<0.12", "eth-typing>=3.5.2,<4", "eth-utils>=2.3.1,<3", "py-geth>=4.4.0,<5",