Skip to content
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

Bump web3 from 5.27.0 to 5.28.0 #1602

Merged
merged 2 commits into from
Feb 23, 2022
Merged

Bump web3 from 5.27.0 to 5.28.0 #1602

merged 2 commits into from
Feb 23, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2022

Bumps web3 from 5.27.0 to 5.28.0.

Changelog

Sourced from web3's changelog.

v5.28.0 (2022-02-09)

Features


- Added Async functions for Geth Personal and Admin modules (`[#1413](https://github.com/ethereum/web3.py/issues/1413)
  <https://github.com/ethereum/web3.py/issues/1413>`__)
- async support for formatting, validation, and geth poa middlewares (`[#2098](https://github.com/ethereum/web3.py/issues/2098)
  <https://github.com/ethereum/web3.py/issues/2098>`__)
- Calculate a default ``maxPriorityFeePerGas`` using ``eth_feeHistory`` when
  ``eth_maxPriorityFeePerGas`` is not available, since the latter is not a part
  of the Ethereum JSON-RPC specs and only supported by certain clients. (`[#2259](https://github.com/ethereum/web3.py/issues/2259)
  <https://github.com/ethereum/web3.py/issues/2259>`__)
- Allow NamedTuples in ABI inputs (`[#2312](https://github.com/ethereum/web3.py/issues/2312)
  <https://github.com/ethereum/web3.py/issues/2312>`__)
- Add async `eth.syncing` method (`[#2331](https://github.com/ethereum/web3.py/issues/2331)
  <https://github.com/ethereum/web3.py/issues/2331>`__)

Bugfixes

  • remove ens.utils.dict_copy decorator ([#1423](https://github.com/ethereum/web3.py/issues/1423) <https://github.com/ethereum/web3.py/issues/1423>__)
  • The exception retry middleware whitelist was missing a comma between txpool and testing ([#2327](https://github.com/ethereum/web3.py/issues/2327) <https://github.com/ethereum/web3.py/issues/2327>__)
  • Properly initialize external modules that do not inherit from the web3.module.Module class ([#2328](https://github.com/ethereum/web3.py/issues/2328) <https://github.com/ethereum/web3.py/issues/2328>__)
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 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 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 5.27.0 to 5.28.0.
- [Release notes](https://github.com/ethereum/web3.py/releases)
- [Changelog](https://github.com/ethereum/web3.py/blob/master/docs/releases.rst)
- [Commits](ethereum/web3.py@v5.27.0...v5.28.0)

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

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 Feb 9, 2022
@auto-assign auto-assign bot requested a review from palango February 9, 2022 23:22
@codecov
Copy link

codecov bot commented Feb 9, 2022

Codecov Report

Merging #1602 (15b4c73) into master (91dc2e5) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1602   +/-   ##
=======================================
  Coverage   80.48%   80.48%           
=======================================
  Files          21       21           
  Lines        1537     1537           
  Branches      219      219           
=======================================
  Hits         1237     1237           
  Misses        253      253           
  Partials       47       47           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 91dc2e5...15b4c73. Read the comment docs.

@palango palango merged commit 2d2b80f into master Feb 23, 2022
@palango palango deleted the dependabot/pip/web3-5.28.0 branch February 23, 2022 13:20
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