From 0d11a2b9d10c929ef557bab942692d558a36cb2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:33:23 +0000 Subject: [PATCH] Update eth-typing requirement from <3,>=2.2.1 to >=2.2.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.1.0) --- 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..09bdd23b 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>=2.2.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