From e85f55a96d7e8f4e933ca6c9204e6fbbc0c095fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 06:40:03 +0000 Subject: [PATCH] Bump web3 from 6.15.1 to 7.15.0 in /tools/token-mint-service Bumps [web3](https://github.com/ethereum/web3.py) from 6.15.1 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/v6.15.1...v7.15.0) --- updated-dependencies: - dependency-name: web3 dependency-version: 7.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/token-mint-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/token-mint-service/requirements.txt b/tools/token-mint-service/requirements.txt index c053f47..3588893 100644 --- a/tools/token-mint-service/requirements.txt +++ b/tools/token-mint-service/requirements.txt @@ -1 +1 @@ -web3==6.15.1 \ No newline at end of file +web3==7.15.0 \ No newline at end of file