From 33614e574931f0ffd7fa0750f00aad4d597b781c Mon Sep 17 00:00:00 2001 From: antazoey Date: Mon, 19 Aug 2024 09:14:43 -0500 Subject: [PATCH] chore: more ETH package version bumps (#57) --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index b01b69c..c265b5d 100644 --- a/setup.py +++ b/setup.py @@ -67,9 +67,9 @@ install_requires=[ "dataclassy>=0.11.1,<1", "eth-abi>=5.1.0,<6", - "eth-account>=0.12.1,<0.14", - "eth-typing>=4.1.0,<5", - "eth-utils>=4.1.0,<5", + "eth-account>=0.13.1,<0.14", + "eth-typing>=5.0.0,<6", + "eth-utils>=5.0.0,<6", "hexbytes>=1.2.0,<2", ], python_requires=">=3.9,<4",