aquarius
aquarius copied to clipboard
Bump web3 from 6.11.1 to 6.11.3
Bumps web3 from 6.11.1 to 6.11.3.
Changelog
Sourced from web3's changelog.
web3.py v6.11.3 (2023-11-08)
Bugfixes
- When coming back through the middleware onion after a request is made, we have the response ``id``. Use it to match to the cached request information and process the response accordingly. (`[#3140](https://github.com/ethereum/web3.py/issues/3140) <https://github.com/ethereum/web3.py/issues/3140>`__)
Improved Documentation
- Adds Discord bot template repo to Resources page (
[#3143](https://github.com/ethereum/web3.py/issues/3143) <https://github.com/ethereum/web3.py/issues/3143>
__)Internal Changes - for web3.py Contributors
- Additional contract ``abi`` documentation to make it a clear requirement for contract instances. (`[#2539](https://github.com/ethereum/web3.py/issues/2539) <https://github.com/ethereum/web3.py/issues/2539>`__) - Fix type annotations for ``web3`` constants. (`[#3138](https://github.com/ethereum/web3.py/issues/3138) <https://github.com/ethereum/web3.py/issues/3138>`__) - Add upper pin to deprecated dependency ``lru-dict`` whose new minor version release introduced a typing issue with CI lint builds. (`[#3144](https://github.com/ethereum/web3.py/issues/3144) <https://github.com/ethereum/web3.py/issues/3144>`__) - Recompile test contracts with new Solidity version ``v0.8.23`` to ensure compatibility. (`[#3146](https://github.com/ethereum/web3.py/issues/3146) <https://github.com/ethereum/web3.py/issues/3146>`__)
web3.py v6.11.2 (2023-10-30)
Improved Documentation
- Fix formatting in documentation for creating an account. (`[#3128](https://github.com/ethereum/web3.py/issues/3128) <https://github.com/ethereum/web3.py/issues/3128>`__) - Fix broken links for Apeworx and Sepolia faucet (`[#3130](https://github.com/ethereum/web3.py/issues/3130) <https://github.com/ethereum/web3.py/issues/3130>`__)
Internal Changes - for web3.py Contributors </code></pre> <ul> <li>Speed up the core test suite by splitting up sync and async tests. This reduces the CI build times to ~8min from ~12min. (<code>#3111 <https://github.com/ethereum/web3.py/issues/3111></code>)</li> <li>Re-compile test contracts with Solidity <code>v0.8.22</code> to ensure compatibility with this latest Solidity version. (<code>#3134 <https://github.com/ethereum/web3.py/issues/3134></code>)</li> <li>Improvements on yielding to the event loop while searching in response caches and calling <code>recv()</code> on the websocket connection for <code>WebsocketProviderV2</code>. (<code>#3135 <https://github.com/ethereum/web3.py/issues/3135></code>__)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary>
<ul> <li><a href="https://github.com/ethereum/web3.py/commit/9ada1ba140ad717f592079d4b7d21434005f0994"><code>9ada1ba</code></a> Bump version: 6.11.2 → 6.11.3</li> <li><a href="https://github.com/ethereum/web3.py/commit/70ab0174be082c7c06209cf80ec1ea86b66ba902"><code>70ab017</code></a> Compile release notes for v6.11.3</li> <li><a href="https://github.com/ethereum/web3.py/commit/1586d8ca997dc4c193046cad2dac9a55a0814410"><code>1586d8c</code></a> Update the grep command to match template repo</li> <li><a href="https://github.com/ethereum/web3.py/commit/c54a5caaddd32cd076eaaf5e822f05abd4b2875e"><code>c54a5ca</code></a> Add upcoming version to make notes commit</li> <li><a href="https://github.com/ethereum/web3.py/commit/8c6e14e663c7215511d083c1efc87dff78c565a3"><code>8c6e14e</code></a> docs: add discord bot template to resources page (<a href="https://redirect.github.com/ethereum/web3.py/issues/3143">#3143</a>)</li> <li><a href="https://github.com/ethereum/web3.py/commit/216701c2fb736ea576965d37a52d3b975e0d6729"><code>216701c</code></a> re-generate integration test fixture for integration tests to use 0.8.23</li> <li><a href="https://github.com/ethereum/web3.py/commit/5eced83d35280d3cd91e13c240ed338a6769e112"><code>5eced83</code></a> Compile test contracts with solidity <code>v0.8.23</code></li> <li><a href="https://github.com/ethereum/web3.py/commit/48a753ca791be46abd66a9befc393e190f96b1f0"><code>48a753c</code></a> Improve docs for abi required-ness (<a href="https://redirect.github.com/ethereum/web3.py/issues/3137">#3137</a>)</li> <li><a href="https://github.com/ethereum/web3.py/commit/f14936aa4fb4165cdb8904d8c17b0c6e1b6748b3"><code>f14936a</code></a> Add types for constants (<a href="https://redirect.github.com/ethereum/web3.py/issues/3138">#3138</a>)</li> <li><a href="https://github.com/ethereum/web3.py/commit/ec37f2fc763e2e5f8dd76b3e3bbe67a2b8d0e63c"><code>ec37f2f</code></a> Add upper pin to deprecated lru-dict</li> <li>Additional commits viewable in <a href="https://github.com/ethereum/web3.py/compare/v6.11.1...v6.11.3">compare view</a></li> </ul> </details>
<br />
You can trigger a rebase of this PR 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)Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.