From 85786c69911805ff677f27228948f811be66febe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 00:33:41 +0000 Subject: [PATCH] chore(deps): update web3 requirement in /bal_tools Updates the requirements on [web3](https://github.com/ApeWorX/web3.py) to permit the latest version. - [Release notes](https://github.com/ApeWorX/web3.py/releases) - [Changelog](https://github.com/ApeWorX/web3.py/blob/main/docs/release_notes.rst) - [Commits](https://github.com/ApeWorX/web3.py/compare/v7.16.0...v8.0.0) --- updated-dependencies: - dependency-name: web3 dependency-version: 8.0.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 2303b56..495d71e 100644 --- a/bal_tools/requirements.txt +++ b/bal_tools/requirements.txt @@ -1,5 +1,5 @@ wheel -web3>=7.16.0 +web3>=8.0.0 pathlib>=1.0.1 numpy==1.26.4 pandas