Skip to content

Chore(deps): Bump web3 from 7.15.0 to 7.16.0#1127

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/web3-7.16.0
Open

Chore(deps): Bump web3 from 7.15.0 to 7.16.0#1127
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/web3-7.16.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 13, 2026

Bumps web3 from 7.15.0 to 7.16.0.

Changelog

Sourced from web3's changelog.

web3.py v7.16.0 (2026-05-01)

Bugfixes


- Fixed ``ens.utils.is_none_or_zero_address`` not detecting bytes-form zero addresses (``b"\x00" * 20``) — the function compared against the hex string ``EMPTY_ADDR_HEX`` only, even though its signature accepts ``Address`` (which is ``bytes``). This caused ``ens.address(name, coin_type=N)`` to return the zero-address checksum string instead of ``None`` when the resolver recorded a zero address. (`[#3830](https://github.com/ethereum/web3.py/issues/3830) <https://github.com/ethereum/web3.py/issues/3830>`__)

Features

  • ENS read operations now use the Universal Resolver (0xeEeEEEeE14D718C2B47D9923Deab1335E144EeEe) instead of querying the ENS Registry directly, aligning with ENSv2 readiness requirements. ([#3830](https://github.com/ethereum/web3.py/issues/3830) <https://github.com/ethereum/web3.py/issues/3830>__)
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 13, 2026
Copy link
Copy Markdown

@foxpatch-aleph foxpatch-aleph left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>
@dependabot dependabot Bot force-pushed the dependabot/pip/web3-7.16.0 branch from 2128953 to 548a7a9 Compare May 21, 2026 13:27
Copy link
Copy Markdown

@foxpatch-aleph foxpatch-aleph left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant