Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 7, 2022

Bumps web3 from 5.11.0 to 5.26.0.

Changelog

Sourced from web3's changelog.

v5.26.0 (2022-01-06)

Features


- Add ``middlewares`` property to ``NamedElementOnion`` /
  ``web3.middleware_onion``. Returns current middlewares in proper order for
  importing into a new ``Web3`` instance (`[#2239](https://github.com/ethereum/web3.py/issues/2239)
  <https://github.com/ethereum/web3.py/issues/2239>`__)
- Add async ``eth.hashrate`` method (`[#2243](https://github.com/ethereum/web3.py/issues/2243)
  <https://github.com/ethereum/web3.py/issues/2243>`__)
- Add async ``eth.chain_id`` method (`[#2251](https://github.com/ethereum/web3.py/issues/2251)
  <https://github.com/ethereum/web3.py/issues/2251>`__)
- Add async ``eth.mining`` method (`[#2252](https://github.com/ethereum/web3.py/issues/2252)
  <https://github.com/ethereum/web3.py/issues/2252>`__)
- Add async ``eth.get_transaction_receipt`` and
  ``eth.wait_for_transaction_receipt`` methods (`[#2265](https://github.com/ethereum/web3.py/issues/2265)
  <https://github.com/ethereum/web3.py/issues/2265>`__)
- Add async `eth.accounts` method (`[#2284](https://github.com/ethereum/web3.py/issues/2284)
  <https://github.com/ethereum/web3.py/issues/2284>`__)
- Support for attaching external modules to the ``Web3`` instance when
  instantiating the ``Web3`` instance, via the ``external_modules`` argument,
  or via the new ``attach_modules()`` method (`[#2288](https://github.com/ethereum/web3.py/issues/2288)
  <https://github.com/ethereum/web3.py/issues/2288>`__)

Bugfixes

  • Fixed doctest that wasn't running in docs/contracts.rst ([#2213](https://github.com/ethereum/web3.py/issues/2213) <https://github.com/ethereum/web3.py/issues/2213>__)
  • Key mapping fix to eth-tester middleware for access list storage keys ([#2224](https://github.com/ethereum/web3.py/issues/2224) <https://github.com/ethereum/web3.py/issues/2224>__)
  • Inherit Web3 instance middlewares when instantiating ENS with ENS.fromWeb3() method ([#2239](https://github.com/ethereum/web3.py/issues/2239) <https://github.com/ethereum/web3.py/issues/2239>__)

Improved Documentation


- Fix example docs to show a TransactionNotFound error, instead of None (`[#2199](https://github.com/ethereum/web3.py/issues/2199)
  <https://github.com/ethereum/web3.py/issues/2199>`__)
- fix typo in ethpm.rst (`[#2277](https://github.com/ethereum/web3.py/issues/2277)
  <https://github.com/ethereum/web3.py/issues/2277>`__)
- Clarify provider usage in Quickstart docs (`[#2287](https://github.com/ethereum/web3.py/issues/2287)
  <https://github.com/ethereum/web3.py/issues/2287>`__)
- Address common BSC usage question (`[#2289](https://github.com/ethereum/web3.py/issues/2289)
  <https://github.com/ethereum/web3.py/issues/2289>`__)
</tr></table> 

... (truncated)

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.11.0 to 5.26.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.11.0...v5.26.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 7, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 1, 2022

Superseded by #72.

@dependabot dependabot bot closed this Feb 1, 2022
@dependabot dependabot bot deleted the dependabot/pip/requirements/web3-5.26.0 branch February 1, 2022 17:09
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant