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 6.11.3 to 6.15.0 #1129

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2024

Bumps web3 from 6.11.3 to 6.15.0.

Changelog

Sourced from web3's changelog.

web3.py v6.15.0 (2024-01-25)

Breaking Changes


- Use a message listener background task for ``WebsocketProviderV2`` rather than relying on ``ws.recv()`` blocking. Some breaking changes to API, notably ``listen_to_websocket`` -> ``process_subscriptions``. (`[#3206](https://github.com/ethereum/web3.py/issues/3206) <https://github.com/ethereum/web3.py/issues/3206>`__)

Internal Changes - for web3.py Contributors

  • Compile contracts with and test against new Solidity version v0.8.24. ([#3205](https://github.com/ethereum/web3.py/issues/3205) <https://github.com/ethereum/web3.py/issues/3205>__)

web3.py v6.14.0 (2024-01-10)

Bugfixes


- Change ``fee_history`` default behavior. If ``reward_percentiles`` arg not included, pass it to the provider as an empty list instead of ``None``. (`[#3185](https://github.com/ethereum/web3.py/issues/3185) <https://github.com/ethereum/web3.py/issues/3185>`__)
- Use ``importlib.metadata`` for version info if python>=3.8 (`[#3187](https://github.com/ethereum/web3.py/issues/3187) <https://github.com/ethereum/web3.py/issues/3187>`__)

Improved Documentation

  • Remove docs reference for removed protocol_version RPC method ([#3183](https://github.com/ethereum/web3.py/issues/3183) <https://github.com/ethereum/web3.py/issues/3183>__)

Internal Changes - for web3.py Contributors


- Re-define how async vs sync core test suites are ran. (`[#3180](https://github.com/ethereum/web3.py/issues/3180) <https://github.com/ethereum/web3.py/issues/3180>`__)
- Add basic import and version tests for the ``web3`` module (`[#3187](https://github.com/ethereum/web3.py/issues/3187) <https://github.com/ethereum/web3.py/issues/3187>`__)

web3.py v6.13.0 (2023-12-20)

Features


- Implement async ``eth_createAccessList`` RPC method to create an EIP-2930 access list. (`[#3167](https://github.com/ethereum/web3.py/issues/3167) &lt;https://github.com/ethereum/web3.py/issues/3167&gt;`__)

Internal Changes - for web3.py Contributors
</code></pre>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/ethereum/web3.py/commit/1b419d20971a0b9049ba104612c1abad1acba29c&quot;&gt;&lt;code&gt;1b419d2&lt;/code&gt;&lt;/a> Bump version: 6.14.0 → 6.15.0</li>
<li><a href="https://github.com/ethereum/web3.py/commit/cd8dec16e158386cca7e8534d8dc540d970c283d&quot;&gt;&lt;code&gt;cd8dec1&lt;/code&gt;&lt;/a> Compile release notes for v6.15.0</li>
<li><a href="https://github.com/ethereum/web3.py/commit/62331bd57587290de0c85115a583fe557d4e0b0c&quot;&gt;&lt;code&gt;62331bd&lt;/code&gt;&lt;/a> Fix for v6 / py37 and remove TODOs since they are done in v7</li>
<li><a href="https://github.com/ethereum/web3.py/commit/cc5344529055f2978657b9ebc4d582d191e0ff94&quot;&gt;&lt;code&gt;cc53445&lt;/code&gt;&lt;/a> Update documentation for <code>WebsocketProviderV2</code> + minor refactor.</li>
<li><a href="https://github.com/ethereum/web3.py/commit/d8cb336582f8e98ef7ac3fd77344b466f0fdf94b&quot;&gt;&lt;code&gt;d8cb336&lt;/code&gt;&lt;/a> Raise exceptions by default; opt to silence in message listener task</li>
<li><a href="https://github.com/ethereum/web3.py/commit/cb9a43bcaf2a0faa8ebdbee77fce28b8e3bca1bf&quot;&gt;&lt;code&gt;cb9a43b&lt;/code&gt;&lt;/a> Refactor a bit to account for v6 changes</li>
<li><a href="https://github.com/ethereum/web3.py/commit/45014a35ccab472357d6f4f813166ba47fc4c6a6&quot;&gt;&lt;code&gt;45014a3&lt;/code&gt;&lt;/a> Changes from comments on <a href="https://redirect.github.com/ethereum/web3.py/issues/3179&quot;&gt;#3179&lt;/a&gt;&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/32bd700c9308fa494cefda7a81c823187f2d74d8&quot;&gt;&lt;code&gt;32bd700&lt;/code&gt;&lt;/a> Keep the message listener alive inside a while True</li>
<li><a href="https://github.com/ethereum/web3.py/commit/3ab0904f4445e4cc4a5e3d4f657a3e22297f7853&quot;&gt;&lt;code&gt;3ab0904&lt;/code&gt;&lt;/a> newsfragment for <a href="https://redirect.github.com/ethereum/web3.py/issues/3206&quot;&gt;#3206&lt;/a&gt;&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/2d4ebb252359e439f5a4034c52d063762f6c19f5&quot;&gt;&lt;code&gt;2d4ebb2&lt;/code&gt;&lt;/a> Add a test for listen Event when subs queue is full</li>
<li>Additional commits viewable in <a href="https://github.com/ethereum/web3.py/compare/v6.11.3...v6.15.0&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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.3 to 6.15.0.
- [Changelog](https://github.com/ethereum/web3.py/blob/v6.15.0/docs/releases.rst)
- [Commits](ethereum/web3.py@v6.11.3...v6.15.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 26, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 6, 2024

Superseded by #1130.

@dependabot dependabot bot closed this Feb 6, 2024
@dependabot dependabot bot deleted the dependabot/pip/develop/web3-6.15.0 branch February 6, 2024 10:52
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.

None yet

1 participant