From 54e82eceffb85a73ee2fb5058cdb68b795187c8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 01:02:10 +0000 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=20=F0=9F=A4=96=20Dependencies:=20B?= =?UTF-8?q?ump=20web3=20from=206.20.4=20to=207.12.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [web3](https://github.com/ethereum/web3.py) from 6.20.4 to 7.12.1. - [Changelog](https://github.com/ethereum/web3.py/blob/main/docs/release_notes.rst) - [Commits](https://github.com/ethereum/web3.py/compare/v6.20.4...v7.12.1) --- updated-dependencies: - dependency-name: web3 dependency-version: 7.12.1 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 87511d0d..9a09244f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "loguru>=0.6.0", "pycoingecko==3.2.0", "requests>=2.31.0", - "web3==6.20.4", + "web3==7.12.1", "uniswap-python==0.7.1", "kwenta==1.2.0", ]