Skip to content

Chore(deps): Bump web3 from 6.11.2 to 7.13.0 #834

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2025

Bumps web3 from 6.11.2 to 7.13.0.

Changelog

Sourced from web3's changelog.

web3.py v7.13.0 (2025-08-04)

Bugfixes


- Raise ``BadResponseFormat`` from within ``FormattingMiddleware`` if the raw response is not a dict. (`[#3735](https://github.com/ethereum/web3.py/issues/3735) <https://github.com/ethereum/web3.py/issues/3735>`__)

Improved Documentation

  • Fix broken link to external eth_gasPrice documentation. ([#3717](https://github.com/ethereum/web3.py/issues/3717) <https://github.com/ethereum/web3.py/issues/3717>__)

Features


- Support parallelization of subscription handling globally via the subscription manager ``parallelize`` flag, and on a per-subscription basis via the ``parallelize`` flag on the subscription itself. (`[#3709](https://github.com/ethereum/web3.py/issues/3709) <https://github.com/ethereum/web3.py/issues/3709>`__)

Internal Changes - for web3.py Contributors

  • Update integration test suite fixture to test against geth v1.16.2. ([#1162](https://github.com/ethereum/web3.py/issues/1162) <https://github.com/ethereum/web3.py/issues/1162>__)
  • Add missing async tests for FormattingMiddleware as a sanity check. ([#3735](https://github.com/ethereum/web3.py/issues/3735) <https://github.com/ethereum/web3.py/issues/3735>__)

web3.py v7.12.1 (2025-07-14)

Bugfixes


- Fix ``AutoProvider`` batching setup by adding a proxy batch request. (`[#3712](https://github.com/ethereum/web3.py/issues/3712) <https://github.com/ethereum/web3.py/issues/3712>`__)

Internal Changes - for web3.py Contributors

  • Update integrations tests to use geth v1.16.0. ([#3727](https://github.com/ethereum/web3.py/issues/3727) <https://github.com/ethereum/web3.py/issues/3727>__)

Miscellaneous Changes


- `[#3698](https://github.com/ethereum/web3.py/issues/3698) <https://github.com/ethereum/web3.py/issues/3698>`__, `[#3710](https://github.com/ethereum/web3.py/issues/3710) <https://github.com/ethereum/web3.py/issues/3710>`__

web3.py v7.12.0 (2025-05-22) </tr></table>

... (truncated)

Commits
  • 843c752 Bump version: 7.12.1 → 7.13.0
  • c52ebaf Compile release notes for v7.13.0
  • e6e5b63 Update Geth to v1.16.2 (#3738)
  • d4e11b9 Add documentation for parallelize flag
  • 1832645 Add parallelize option to async_w3.eth.subscribe API
  • bffd75c Allow subscription-level parallelization; add good tests
  • 393cf1f newsfragment for #3709
  • 4ba43e0 Fix py38 errors; add TODOs to remove when dropped
  • 33b5f47 Add some configurations for task based subscription processing
  • 81a3780 Allow task-based subscription processing via the subscription manager
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 6.11.2 to 7.13.0.
- [Changelog](https://github.com/ethereum/web3.py/blob/main/docs/release_notes.rst)
- [Commits](ethereum/web3.py@v6.11.2...v7.13.0)

---
updated-dependencies:
- dependency-name: web3
  dependency-version: 7.13.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 5, 2025
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.

0 participants