diff --git a/setup.py b/setup.py index 9d1ce57e56..55c49b8b60 100644 --- a/setup.py +++ b/setup.py @@ -112,17 +112,17 @@ "SQLAlchemy>=1.4.35", "tqdm>=4.62.3,<5.0", "traitlets>=5.3.0", - "urllib3>=1.26.16", + "urllib3>=2.1.0,<3", "watchdog>=3.0,<4", # ** Dependencies maintained by Ethereum Foundation ** - "eth-abi>=4.1.0,<5", - "eth-account>=0.8,<0.9", - "eth-typing>=3.4,<4", - "eth-utils>=2.2.0,<3", + "eth-abi>=4.2.1,<5", + "eth-account>=0.10.0,<0.11", + "eth-typing>=3.5.2,<4", + "eth-utils>=2.3.1,<3", "py-geth>=3.13.0,<4", - "web3[tester]>=6.11.4,<7", + "web3[tester]>=6.12.0,<7", # ** Dependencies maintained by ApeWorX ** - "eip712>=0.2.2,<0.3", + "eip712>=0.2.3,<0.4", "ethpm-types>=0.6.2,<0.7", "eth_pydantic_types>=0.1.0a4,<0.2", "evm-trace>=0.1.0",