From 6bad74f21f6a186ad20c31ef5f312b9308c61f3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 06:39:27 +0000 Subject: [PATCH] chore(deps): bump the pip group across 2 directories with 1 update Bumps the pip group with 1 update in the /update_service directory: [web3](https://github.com/ethereum/web3.py). Bumps the pip group with 1 update in the /registry-service directory: [web3](https://github.com/ethereum/web3.py). Updates `web3` from 6.0.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/v6.0.0...v7.15.0) Updates `web3` from 6.0.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/v6.0.0...v7.15.0) --- updated-dependencies: - dependency-name: web3 dependency-version: 7.15.0 dependency-type: direct:production dependency-group: pip - dependency-name: web3 dependency-version: 7.15.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- registry-service/requirements.txt | 2 +- update_service/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/registry-service/requirements.txt b/registry-service/requirements.txt index dee2eb8..124f8be 100644 --- a/registry-service/requirements.txt +++ b/registry-service/requirements.txt @@ -1,3 +1,3 @@ -web3==6.0.0 +web3==7.15.0 py-solc-x==1.1.1 python-dotenv==1.0.0 \ No newline at end of file diff --git a/update_service/requirements.txt b/update_service/requirements.txt index 79588c3..6f369c3 100644 --- a/update_service/requirements.txt +++ b/update_service/requirements.txt @@ -1,3 +1,3 @@ -web3==6.0.0 +web3==7.15.0 py-solc-x==1.1.1 python-dotenv==1.0.0