Chore(deps): Bump web3 from 7.15.0 to 7.16.0#1127
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
foxpatch-aleph
approved these changes
May 13, 2026
foxpatch-aleph
left a comment
There was a problem hiding this comment.
Clean dependabot minor version bump from web3 7.15.0 to 7.16.0. The web3 changes (ENS Universal Resolver usage and a bugfix for is_none_or_zero_address with bytes input) don't affect pyaleph — the project only uses the ENS type annotation and basic AsyncWeb3/AsyncHTTPProvider/contract interaction, none of which are impacted by this release.
Bumps [web3](https://github.com/ethereum/web3.py) from 7.15.0 to 7.16.0. - [Changelog](https://github.com/ApeWorX/web3.py/blob/v7.16.0/docs/release_notes.rst) - [Commits](ApeWorX/web3.py@v7.15.0...v7.16.0) --- updated-dependencies: - dependency-name: web3 dependency-version: 7.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2128953 to
548a7a9
Compare
foxpatch-aleph
approved these changes
May 21, 2026
foxpatch-aleph
left a comment
There was a problem hiding this comment.
Clean dependency version bump from web3 7.15.0 to 7.16.0 with no logical, security, or code quality concerns. The single-line change is straightforward and the new version contains relevant fixes and improvements.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps web3 from 7.15.0 to 7.16.0.
Changelog
Sourced from web3's changelog.
Commits
efbc6ebBump version: 7.15.0 → 7.16.0abc0594Compile release notes for v7.16.072898a2feat(ens): use Universal Resolver for ENS resolution (#3822) (#3830)