From 72b795555c47f9d28bad9398f2353e6b31af337f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 07:31:20 +0000 Subject: [PATCH] Chore(deps): Bump web3 from 6.11.2 to 7.12.0 Bumps [web3](https://github.com/ethereum/web3.py) from 6.11.2 to 7.12.0. - [Changelog](https://github.com/ethereum/web3.py/blob/main/docs/release_notes.rst) - [Commits](https://github.com/ethereum/web3.py/compare/v6.11.2...v7.12.0) --- updated-dependencies: - dependency-name: web3 dependency-version: 7.12.0 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 7779d122..3b1212dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ dependencies = [ "ujson==5.10.0", # required by aiocache "urllib3==2.3", "uvloop==0.21", - "web3==6.11.2", + "web3==7.12.0", ] optional-dependencies.cosmos = [ "cosmospy",