From 37d2c09236e4e0dc91c0e46774a4271b643520f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 08:35:46 +0000 Subject: [PATCH] Update eth-typing requirement from <3,>=2.2.1 to >=4.3.1,<5 Updates the requirements on [eth-typing](https://github.com/ethereum/eth-typing) to permit the latest version. - [Changelog](https://github.com/ethereum/eth-typing/blob/main/docs/release_notes.rst) - [Commits](https://github.com/ethereum/eth-typing/compare/v2.2.1...v4.3.1) --- updated-dependencies: - dependency-name: eth-typing dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 395dce53..9c1cb781 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ def run(self): "pretix>=3.8.0", "web3>=5.7.0", "eth-abi>=2.1.1,<3", - "eth-typing>=2.2.1,<3", + "eth-typing>=4.3.1,<5", "eth-utils>=1.8.4,<2", "eth-hash[pycryptodome]>=0.3.1,<0.4", # Requests requires urllib3 <1.26.0. Can delete this later after