From 6dfa8ed61c2dcf6289c666b3f00524032d430157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:32:59 +0000 Subject: [PATCH] Update eth-typing requirement in /predeployed/scripts Updates the requirements on [eth-typing](https://github.com/ethereum/eth-typing) to permit the latest version. - [Changelog](https://github.com/ethereum/eth-typing/blob/main/docs/release_notes.rst) - [Commits](https://github.com/ethereum/eth-typing/compare/v0.2.0...v5.0.0) --- updated-dependencies: - dependency-name: eth-typing dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- predeployed/scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/predeployed/scripts/requirements.txt b/predeployed/scripts/requirements.txt index 90b7108..fac6011 100644 --- a/predeployed/scripts/requirements.txt +++ b/predeployed/scripts/requirements.txt @@ -1,4 +1,4 @@ build -eth-typing < 5.0.0 +eth-typing < 6.0.0 predeployed-generator >= 1.1.0a1 twine