From 5d29fa583b033ae99ecf680a5c2065e0f2a87b93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 03:26:47 +0000 Subject: [PATCH] Chore(deps): Bump web3 from 6.3 to 7.4.0 Bumps [web3](https://github.com/ethereum/web3.py) from 6.3 to 7.4.0. - [Changelog](https://github.com/ethereum/web3.py/blob/main/docs/release_notes.rst) - [Commits](https://github.com/ethereum/web3.py/compare/v6.3.0...v7.4.0) --- updated-dependencies: - dependency-name: web3 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..89f48513 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "pynacl==1.5", # Needed now as default with _load_account changement "python-magic", "typing-extensions", - "web3==6.3", + "web3==7.4.0", ] optional-dependencies.all = [