From 2b22182df1b26cafc3d4579f374c2cbad463e281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 13:38:37 +0000 Subject: [PATCH] Bump web3 from 6.20.2 to 7.6.0 Bumps [web3](https://github.com/ethereum/web3.py) from 6.20.2 to 7.6.0. - [Changelog](https://github.com/ethereum/web3.py/blob/main/docs/release_notes.rst) - [Commits](https://github.com/ethereum/web3.py/compare/v6.20.2...v7.6.0) --- updated-dependencies: - dependency-name: web3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dc8fde6b..a576c015 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,4 +18,4 @@ safe-eth-py[django]==5.8.0 # > ImportError: cannot import name 'geth_poa_middleware' from 'web3.middleware' # TODO: Remove when safe-eth-py updates web3 to >= 7 # https://github.com/safe-global/safe-eth-py/pull/1315 -web3==6.20.2 +web3==7.6.0