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.14.0 to 6.15.1 #806

Merged
merged 1 commit into from
Mar 5, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2024

Bumps web3 from 6.14.0 to 6.15.1.

Changelog

Sourced from web3's changelog.

web3.py v6.15.1 (2024-02-05)

Bugfixes


- Handle new geth errors related to waiting for a transaction receipt while transactions are still being indexed. (`[#3217](https://github.com/ethereum/web3.py/issues/3217) <https://github.com/ethereum/web3.py/issues/3217>`__)

Improved Documentation

  • Remove annual user survey prompt from docs ([#3218](https://github.com/ethereum/web3.py/issues/3218) <https://github.com/ethereum/web3.py/issues/3218>__)

Internal Changes - for web3.py Contributors


- Create test fixture for latest ``geth`` version. Run tests with ``geth`` in ``--dev`` mode. (`[#3191](https://github.com/ethereum/web3.py/issues/3191) <https://github.com/ethereum/web3.py/issues/3191>`__)
- Formatting updates for ``black==24.1.0``. (`[#3207](https://github.com/ethereum/web3.py/issues/3207) <https://github.com/ethereum/web3.py/issues/3207>`__)
- Add eth-tester version that supports ``eth_feeHistory`` (`[#3222](https://github.com/ethereum/web3.py/issues/3222) <https://github.com/ethereum/web3.py/issues/3222>`__)

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

Breaking Changes (to Beta APIs)


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

Internal Changes - for web3.py Contributors
</code></pre>
<ul>
<li>Compile contracts with and test against new Solidity version <code>v0.8.24</code>. (<code>#3205 &lt;https://github.com/ethereum/web3.py/issues/3205&amp;gt;&lt;/code&gt;__)&lt;/li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/ethereum/web3.py/commit/e94e5e8cf79eed324534fdf77127a49545aba20a&quot;&gt;&lt;code&gt;e94e5e8&lt;/code&gt;&lt;/a> Bump version: 6.15.0 → 6.15.1</li>
<li><a href="https://github.com/ethereum/web3.py/commit/f08c498c83b006ab3c0b38399ff94bca66dafef0&quot;&gt;&lt;code&gt;f08c498&lt;/code&gt;&lt;/a> Compile release notes for v6.15.1</li>
<li><a href="https://github.com/ethereum/web3.py/commit/9531299b6f63a7f8aa384eb4c28aa54bd43756d3&quot;&gt;&lt;code&gt;9531299&lt;/code&gt;&lt;/a> Eth tester fee history (<a href="https://redirect.github.com/ethereum/web3.py/issues/3222&quot;&gt;#3222&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/66dd2a103b4f7f0624ba01c3038911b144f5dac9&quot;&gt;&lt;code&gt;66dd2a1&lt;/code&gt;&lt;/a> docs: remove 2023 survey banner (<a href="https://redirect.github.com/ethereum/web3.py/issues/3218&quot;&gt;#3218&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/565664e9cc6a6f9596450e61470b83c30cb6596b&quot;&gt;&lt;code&gt;565664e&lt;/code&gt;&lt;/a> Catch newly raised geth errors when tx indexing in progress:</li>
<li><a href="https://github.com/ethereum/web3.py/commit/c7b9771b2375990ad77a39bb051d455a261718ad&quot;&gt;&lt;code&gt;c7b9771&lt;/code&gt;&lt;/a> [V6] <code>geth --dev</code> test fixture setup (<a href="https://redirect.github.com/ethereum/web3.py/issues/3209&quot;&gt;#3209&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/34e04094e3a90181e88c35dd2e4315c50348f2e0&quot;&gt;&lt;code&gt;34e0409&lt;/code&gt;&lt;/a> [v6] Formatting updates for black v24.1.0 (<a href="https://redirect.github.com/ethereum/web3.py/issues/3208&quot;&gt;#3208&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/ethereum/web3.py/commit/6e027c05eb922b82dc22de96747ad3bbc3b52750&quot;&gt;&lt;code&gt;6e027c0&lt;/code&gt;&lt;/a> Clarify the breaking changes are to beta APIs</li>
<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>Additional commits viewable in <a href="https://github.com/ethereum/web3.py/compare/v6.14.0...v6.15.1&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.14.0 to 6.15.1.
- [Changelog](https://github.com/ethereum/web3.py/blob/v6.15.1/docs/releases.rst)
- [Commits](ethereum/web3.py@v6.14.0...v6.15.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 dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 4, 2024
@dependabot dependabot bot requested a review from Uxio0 March 4, 2024 06:08
@Uxio0 Uxio0 merged commit 7d0d73f into master Mar 5, 2024
8 checks passed
@Uxio0 Uxio0 deleted the dependabot/pip/web3-6.15.1 branch March 5, 2024 10:22
@github-actions github-actions bot locked and limited conversation to collaborators Mar 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

None yet

1 participant