oceanprotocol / ocean.py

🦑 Ocean Protocol's Python library to privately & securely publish, exchange, and consume data.
https://oceanprotocol.com
Apache License 2.0
169 stars 79 forks source link

Bump web3 from 6.11.4 to 6.12.0 #1510

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps web3 from 6.11.4 to 6.12.0.

Changelog

Sourced from web3's changelog.

web3.py v6.12.0 (2023-12-11)

Improved Documentation


- Make downloadable versions of docs available in ``pdf``, ``htmlzip``, and ``epub`` formats (`[#3153](https://github.com/ethereum/web3.py/issues/3153) <https://github.com/ethereum/web3.py/issues/3153>`__)
- Add 2023 user survey fine art banner in the docs (`[#3159](https://github.com/ethereum/web3.py/issues/3159) <https://github.com/ethereum/web3.py/issues/3159>`__)
- Polish the community resources docs page (`[#3162](https://github.com/ethereum/web3.py/issues/3162) <https://github.com/ethereum/web3.py/issues/3162>`__)

Features


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

Internal Changes - for web3.py Contributors
</code></pre>
<ul>
<li>Run flaky eth-tester tests on CI (<code>[#3157](https://github.com/ethereum/web3.py/issues/3157) &lt;https://github.com/ethereum/web3.py/issues/3157&gt;</code>__)</li>
<li>Pin <code>pytest-asyncio</code> dependency to <!-- raw HTML omitted -->`__)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/ethereum/web3.py/commit/9eae20a9e96d312196c12af5752681a8daf4928b"><code>9eae20a</code></a> Bump version: 6.11.4 → 6.12.0</li>
<li><a href="https://github.com/ethereum/web3.py/commit/fcf0a73841399d90927075aaf438a2d04cba2fa3"><code>fcf0a73</code></a> Compile release notes for v6.12.0</li>
<li><a href="https://github.com/ethereum/web3.py/commit/e8a927d3c0f7cb388057b8365dc6ef598a7aed1a"><code>e8a927d</code></a> [WIP] Implement <code>web3.eth.Eth.createAccessList</code> (<a href="https://redirect.github.com/ethereum/web3.py/issues/2381">#2381</a>)</li>
<li><a href="https://github.com/ethereum/web3.py/commit/38f19a43293cfe4a6cd59bda4070ebf716da5646"><code>38f19a4</code></a> docs: polish resources page (<a href="https://redirect.github.com/ethereum/web3.py/issues/3162">#3162</a>)</li>
<li><a href="https://github.com/ethereum/web3.py/commit/ddb44532fe0fe3b5bfb5ff5b48b8640dc2c4175b"><code>ddb4453</code></a> xfail failing py37 tests</li>
<li><a href="https://github.com/ethereum/web3.py/commit/3dfc0e271c57def24329c7029e279045298430df"><code>3dfc0e2</code></a> Fix checksum for tests with updated eth-keyfile</li>
<li><a href="https://github.com/ethereum/web3.py/commit/d6a29c17e5f4f6d00b0cc26fe2da56fbd9544121"><code>d6a29c1</code></a> quickfix for grep command to match template</li>
<li><a href="https://github.com/ethereum/web3.py/commit/07a518ffec00a1afb2f917245542ced5bdd1c6b9"><code>07a518f</code></a> add 2023 user survey banner to docs (<a href="https://redirect.github.com/ethereum/web3.py/issues/3159">#3159</a>)</li>
<li><a href="https://github.com/ethereum/web3.py/commit/c7937b19a7758e4f86d31f5152e617d39e064e33"><code>c7937b1</code></a> Run flaky eth-tester tests (<a href="https://redirect.github.com/ethereum/web3.py/issues/3157">#3157</a>)</li>
<li><a href="https://github.com/ethereum/web3.py/commit/2d63c14abc77173a566e201072b03254d21c25c9"><code>2d63c14</code></a> Pin pytest-asyncio (<a href="https://redirect.github.com/ethereum/web3.py/issues/3160">#3160</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/ethereum/web3.py/compare/v6.11.4...v6.12.0">compare view</a></li>
</ul>
</details>

<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=web3&package-manager=pip&previous-version=6.11.4&new-version=6.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 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)