From 6c4a09b3f0043350b6bb4d29eb0f5a6307baa59b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 23:13:41 +0000 Subject: [PATCH] Chore(deps): Update eth-typing requirement from ~=4.0 to ~=5.2 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/v4.0.0...v5.2.0) --- updated-dependencies: - dependency-name: eth-typing 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 d5ad54cd..e169219f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "cosmospy==6", "dataclasses-json==0.6.7", "eth-account==0.10", - "eth-typing~=4.0", + "eth-typing~=5.2", "gunicorn==23.0.0", "hexbytes==0.2.2", "msgpack==1.0.8", # required by aiocache