From c10ac683f64220392c410c2df7a9e706c8124f74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Apr 2022 08:11:42 +0000 Subject: [PATCH] Update eth-typing requirement from <3,>=2.2.1 to >=2.2.1,<4 Updates the requirements on [eth-typing](https://github.com/ethereum/eth-typing) to permit the latest version. - [Release notes](https://github.com/ethereum/eth-typing/releases) - [Changelog](https://github.com/ethereum/eth-typing/blob/master/docs/releases.rst) - [Commits](https://github.com/ethereum/eth-typing/compare/v2.2.1...v3.0.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..3cca544f 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,<4", "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