From 0534880cd09718da6707efd6c57450d9391274a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 13:13:15 +0000 Subject: [PATCH] Update eth-utils requirement from <3,>=2.3.1 to >=4.1.1,<5 Updates the requirements on [eth-utils](https://github.com/ethereum/eth-utils) to permit the latest version. - [Changelog](https://github.com/ethereum/eth-utils/blob/main/docs/release_notes.rst) - [Commits](https://github.com/ethereum/eth-utils/compare/v2.3.1...v4.1.1) --- updated-dependencies: - dependency-name: eth-utils dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a1dbecf..07ffcda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ keywords = [ ] dynamic = ["version"] dependencies = [ - "eth-utils>=2.3.1,<3", + "eth-utils>=4.1.1,<5", ] [project.urls]