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 compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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 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.

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