From 32f3fe5744c3382c387781e6bbaf6d964bd41a35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 07:02:25 +0000 Subject: [PATCH] Chore(deps): Bump web3 from 6.11.2 to 7.14.0 Bumps [web3](https://github.com/ethereum/web3.py) from 6.11.2 to 7.14.0. - [Changelog](https://github.com/ethereum/web3.py/blob/v7.14.0/docs/release_notes.rst) - [Commits](https://github.com/ethereum/web3.py/compare/v6.11.2...v7.14.0) --- updated-dependencies: - dependency-name: web3 dependency-version: 7.14.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 baa267d3..d48c336c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dependencies = [ "ujson==5.10.0", # required by aiocache "urllib3==2.5.0", "uvloop==0.21", - "web3==6.11.2", + "web3==7.14.0", ] optional-dependencies.cosmos = [ "cosmospy",