From 7fa459c56adba74f94a6ea1f62f815eb0041b745 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 14:41:39 +0000 Subject: [PATCH] build(deps): bump eth-abi from 2.2.0 to 5.0.1 Bumps [eth-abi](https://github.com/ethereum/eth-abi) from 2.2.0 to 5.0.1. - [Release notes](https://github.com/ethereum/eth-abi/releases) - [Changelog](https://github.com/ethereum/eth-abi/blob/main/docs/release_notes.rst) - [Commits](https://github.com/ethereum/eth-abi/compare/v2.2.0...v5.0.1) --- updated-dependencies: - dependency-name: eth-abi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 01f8f22..8d021d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ eth-brownie==1.19.2 -eth_abi==2.2.0 +eth_abi==5.0.1 eth_utils==1.10.0 hexbytes==0.2.3 pytest==6.2.5