From 4485af75b45c409c775588806338fd25cb2dbf93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 08:58:12 +0000 Subject: [PATCH] Update eth-abi requirement from <3,>=2.1.1 to >=2.1.1,<5 Updates the requirements on [eth-abi](https://github.com/ethereum/eth-abi) to permit the latest version. - [Release notes](https://github.com/ethereum/eth-abi/releases) - [Changelog](https://github.com/ethereum/eth-abi/blob/master/docs/release_notes.rst) - [Commits](https://github.com/ethereum/eth-abi/compare/v2.1.1...v4.0.0) --- updated-dependencies: - dependency-name: eth-abi 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..8267ac68 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ def run(self): install_requires=[ "pretix>=3.8.0", "web3>=5.7.0", - "eth-abi>=2.1.1,<3", + "eth-abi>=2.1.1,<5", "eth-typing>=2.2.1,<3", "eth-utils>=1.8.4,<2", "eth-hash[pycryptodome]>=0.3.1,<0.4",