safe-global / safe-cli

Command line utility for Safe
MIT License
208 stars 68 forks source link

Bump web3 from 6.19.0 to 6.20.0 #430

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps web3 from 6.19.0 to 6.20.0.

Changelog

Sourced from web3's changelog.

web3.py v6.20.0 (2024-06-26)

Improved Documentation


- Release notes page name changed from ``releases`` to ``release_notes`` (`[#3399](https://github.com/ethereum/web3.py/issues/3399) <https://github.com/ethereum/web3.py/issues/3399>`__)

Features


- Provide explicit ``__all__`` exports for providers in `web3/providers/__init__.py`; update `web3/__init__.py` to include all provider classes including base classes. (`[#3410](https://github.com/ethereum/web3.py/issues/3410) &lt;https://github.com/ethereum/web3.py/issues/3410&gt;`__)
- Created ``ABIError`` type in the ``web3.types`` module and added as a valid type of ``ABIElement``. (`[#3419](https://github.com/ethereum/web3.py/issues/3419) &lt;https://github.com/ethereum/web3.py/issues/3419&gt;`__)
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/ethereum/web3.py/commit/616212e3bf9d4ff7c24edc7db2a98d03e5616626"><code>616212e</code></a> Bump version: 6.19.0 → 6.20.0</li>
<li><a href="https://github.com/ethereum/web3.py/commit/5e06a1cadbb5fd981cc05cf899f0d52cebf4f571"><code>5e06a1c</code></a> Compile release notes for v6.20.0</li>
<li><a href="https://github.com/ethereum/web3.py/commit/3c3735dd784ee783ded2178141f6625f10a593fe"><code>3c3735d</code></a> <code>v6</code> <code>ABIError</code> type (<a href="https://redirect.github.com/ethereum/web3.py/issues/3420">#3420</a>)</li>
<li><a href="https://github.com/ethereum/web3.py/commit/4602436f05b5aadbfe8b02a7e6fcc248d5dd619a"><code>4602436</code></a> Update provider explicit exports for <code>__all__</code>:</li>
<li><a href="https://github.com/ethereum/web3.py/commit/a76062d60c1c214682781eaff9e4c5baa37895b0"><code>a76062d</code></a> changes release notes page name from releases to release_notes</li>
<li>See full diff in <a href="https://github.com/ethereum/web3.py/compare/v6.19.0...v6.20.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.19.0&new-version=6.20.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)
coveralls commented 2 months ago

Coverage Status

coverage: 88.58%. remained the same when pulling 5d392dd0428c4d4027bb08fefdf8f5223e944f57 on dependabot/pip/web3-6.20.0 into d59dc929a03de12bb50693ffd7a461c040dec79d on main.