Skip to content

Bump web3 from 6.15.1 to 6.17.1#98

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/web3-6.17.1
Closed

Bump web3 from 6.15.1 to 6.17.1#98
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/web3-6.17.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 16, 2024

Bumps web3 from 6.15.1 to 6.17.1.

Changelog

Sourced from web3's changelog.

web3.py v6.17.1 (2024-04-15)

Miscellaneous Changes


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

web3.py v6.17.0 (2024-04-11)

Improved Documentation

  • Add feedback survey banner to docs ([#3325](https://github.com/ethereum/web3.py/issues/3325) <https://github.com/ethereum/web3.py/issues/3325>__)
  • Fix eth_createAccessList docs to reflect the correct behavior. ([#3329](https://github.com/ethereum/web3.py/issues/3329) <https://github.com/ethereum/web3.py/issues/3329>__)

Features


- Add request formatter for ``maxFeePerBlobGas`` when sending blob transactions. Add formatters for ``blobGasPrice`` and ``blobGasUsed`` for *eth_getTransactionReceipt*. (`[#3323](https://github.com/ethereum/web3.py/issues/3323) <https://github.com/ethereum/web3.py/issues/3323>`__)
- Add formatters to ensure that the result of a ``eth_createAccessList`` response can be plugged directly into an ``accessList`` in a transaction. (`[#3329](https://github.com/ethereum/web3.py/issues/3329) <https://github.com/ethereum/web3.py/issues/3329>`__)
- Add Cancun support to ``EthereumTesterProvider`` (for supported Python versions greater than 3.7); update Cancun-related fields in some internal types. (`[#3338](https://github.com/ethereum/web3.py/issues/3338) <https://github.com/ethereum/web3.py/issues/3338>`__)

Internal Changes - for web3.py Contributors

  • Use pre-commit for linting the v6 branch ([#3296](https://github.com/ethereum/web3.py/issues/3296) <https://github.com/ethereum/web3.py/issues/3296>__)
  • Add an upperpin at eth-typing<4.2.0 due to removal of EthPM types in that lib ([#3324](https://github.com/ethereum/web3.py/issues/3324) <https://github.com/ethereum/web3.py/issues/3324>__)

web3.py v6.16.0 (2024-03-28)

Bugfixes


- Catch all types of ``eth-abi`` ``DecodingError`` in ``EthereumTesterProvider->_make_request()`` (`[#3267](https://github.com/ethereum/web3.py/issues/3267) <https://github.com/ethereum/web3.py/issues/3267>`__)
- Fix/update methods and decorators in ``web3/_utils/abi.py`` to address issues raised by ``mypy`` (`[#3273](https://github.com/ethereum/web3.py/issues/3273) <https://github.com/ethereum/web3.py/issues/3273>`__)
- Fix ``process_log()`` when parsing logs for events with indexed and non-indexed inputs. ``get_event_data()`` now compares log topics and event ABIs as hex values. (`[#3288](https://github.com/ethereum/web3.py/issues/3288) <https://github.com/ethereum/web3.py/issues/3288>`__)
- Fix ``process_log`` for ``HexStr`` inputs. Explicit type coercion of entry ``topics`` and ``data`` values. (`[#3292](https://github.com/ethereum/web3.py/issues/3292) <https://github.com/ethereum/web3.py/issues/3292>`__)
- Fix typing for json data argument to ``eth_signTypedData``. (`[#3311](https://github.com/ethereum/web3.py/issues/3311) <https://github.com/ethereum/web3.py/issues/3311>`__)

Deprecations

... (truncated)

Commits
  • 7eaca75 Bump version: 6.17.0 → 6.17.1
  • 9939677 Compile release notes for v6.17.1
  • 39e91ea Add upper pin to eth-account in anticipation of breaking changes (#3339)
  • 08593e6 Add a note about Cancun support not being available for Python 3.7
  • 22f35c1 Bump version: 6.16.0 → 6.17.0
  • 2195d29 Compile release notes for v6.17.0
  • a178d93 newsfragment for #3338
  • 26e1e1a Add blob transaction test to core tests:
  • 1ae4df6 Conditional eth-tester version for py37; no Cancun support
  • 9eb579a Add Cancun fields to BlockData and TxParam types
  • 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.15.1 to 6.17.1.
- [Changelog](https://github.com/ethereum/web3.py/blob/v6.17.1/docs/releases.rst)
- [Commits](ethereum/web3.py@v6.15.1...v6.17.1)

---
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 Apr 16, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 17, 2024

Superseded by #99.

@dependabot dependabot bot closed this Apr 17, 2024
@dependabot dependabot bot deleted the dependabot/pip/web3-6.17.1 branch April 17, 2024 19:10
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.

0 participants