From 7ea2e81369c37adce1b97208101eb15bc169c56f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 03:19:37 +0000 Subject: [PATCH] Chore(deps): Bump web3 from 6.3 to 7.8.0 Bumps [web3](https://github.com/ethereum/web3.py) from 6.3 to 7.8.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.8.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 3fd02d17..a0b44817 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.8.0", ] optional-dependencies.all = [