From 2911c35dca1e4ef8e030c1c632543a58b98b34fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 00:40:27 +0000 Subject: [PATCH] chore(deps): update web3 requirement in /bal_tools Updates the requirements on [web3](https://github.com/ethereum/web3.py) to permit the latest version. - [Changelog](https://github.com/ethereum/web3.py/blob/v7.16.0/docs/release_notes.rst) - [Commits](https://github.com/ethereum/web3.py/compare/v7.15.0...v7.16.0) --- updated-dependencies: - dependency-name: web3 dependency-version: 7.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bal_tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bal_tools/requirements.txt b/bal_tools/requirements.txt index 3585cc8..2303b56 100644 --- a/bal_tools/requirements.txt +++ b/bal_tools/requirements.txt @@ -1,5 +1,5 @@ wheel -web3>=7.15.0 +web3>=7.16.0 pathlib>=1.0.1 numpy==1.26.4 pandas