From 1b4b0b925c0871935ff867e24c2cafe01357773d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 03:26:33 +0000 Subject: [PATCH] Chore(deps): Bump eth-typing from 4.3.1 to 5.0.1 Bumps [eth-typing](https://github.com/ethereum/eth-typing) from 4.3.1 to 5.0.1. - [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.1) --- 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..67204f32 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.1", "jwcrypto==1.5.6", "pynacl==1.5", # Needed now as default with _load_account changement "python-magic",