From bce2ef77960e06b56fc6d61a48241004cf00b417 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 01:34:17 +0000 Subject: [PATCH] Bump web3 from 6.14.0 to 6.17.2 Bumps [web3](https://github.com/ethereum/web3.py) from 6.14.0 to 6.17.2. - [Changelog](https://github.com/ethereum/web3.py/blob/v6.17.2/docs/releases.rst) - [Commits](https://github.com/ethereum/web3.py/compare/v6.14.0...v6.17.2) --- updated-dependencies: - dependency-name: web3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 625a661f2..7246bba58 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ "enforce-typing==1.0.0.post1", "eciespy==0.4.1", "cryptography==41.0.7", - "web3==6.14.0", + "web3==6.17.2", # web3.py requires eth-abi, requests, and more, # so those will be installed too. # See https://github.com/ethereum/web3.py/blob/master/setup.py