From 9e732450e805a4d51d385e92b8d5bbf8d1efb7bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:45:43 +0000 Subject: [PATCH] Update web3 requirement from >=7.6.0 to >=7.15.0 Updates the requirements on [web3](https://github.com/ethereum/web3.py) to permit the latest version. - [Changelog](https://github.com/ethereum/web3.py/blob/main/docs/release_notes.rst) - [Commits](https://github.com/ethereum/web3.py/compare/v7.6.0...v7.15.0) --- updated-dependencies: - dependency-name: web3 dependency-version: 7.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cbfd1d6..8bb1938 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,5 +16,5 @@ dependencies = [ "pymongo>=4.10.1", "python-dotenv>=1.0.1", "uvicorn>=0.34.0", - "web3>=7.6.0", + "web3>=7.15.0", ]