From c55d530c90aef162757e3f54e3de032650e06497 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 16:54:59 +0000 Subject: [PATCH] Bump eth-abi from 0.5.0 to 4.2.0 Bumps [eth-abi](https://github.com/ethereum/eth-abi) from 0.5.0 to 4.2.0. - [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/v0.5.0...v4.2.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 211e5d8..c9481ae 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ "rlp==0.6.0", "pycryptodome==3.7.2", "coincurve==11.0.0", - "eth-abi==0.5.0", + "eth-abi==4.2.0", "requests" ],