From bff785d6f6c75466858d7437f67443d1ab0b0ff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 08:10:58 +0000 Subject: [PATCH] Bump web3 in /dincli in the pip group across 1 directory Bumps the pip group with 1 update in the /dincli directory: [web3](https://github.com/ethereum/web3.py). Updates `web3` from 7.10.0 to 7.15.0 - [Changelog](https://github.com/ethereum/web3.py/blob/main/docs/release_notes.rst) - [Commits](https://github.com/ethereum/web3.py/compare/v7.10.0...v7.15.0) --- updated-dependencies: - dependency-name: web3 dependency-version: 7.15.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- dincli/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dincli/requirements.txt b/dincli/requirements.txt index 220e48a..0cff456 100644 --- a/dincli/requirements.txt +++ b/dincli/requirements.txt @@ -117,6 +117,6 @@ tzdata==2025.2 urllib3==2.6.3 uvicorn==0.34.2 varint==1.0.2 -web3==7.10.0 +web3==7.15.0 websockets==15.0.1 yarl==1.22.0