From 45dd103897e7da2e01b728acdca28368ae7e468f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 13:26:37 +0000 Subject: [PATCH] Chore(deps): Bump eth-typing from 4.3.1 to 5.0.0 Bumps [eth-typing](https://github.com/ethereum/eth-typing) from 4.3.1 to 5.0.0. - [Changelog](https://github.com/ethereum/eth-typing/blob/main/docs/release_notes.rst) - [Commits](https://github.com/ethereum/eth-typing/compare/v4.3.1...v5.0.0) --- updated-dependencies: - dependency-name: eth-typing dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 409694cf..e95d9e65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "coincurve; python_version<'3.11'", "coincurve>=19; python_version>='3.11'", "eth-abi>=4; python_version>='3.11'", - "eth-typing==4.3.1", + "eth-typing==5.0.0", "jwcrypto==1.5.6", "pynacl==1.5", # Needed now as default with _load_account changement "python-magic",