safe-global / safe-cli

Command line utility for Safe
MIT License
216 stars 73 forks source link

Bump web3 from 6.18.0 to 6.19.0 #397

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 5 months ago

Bumps web3 from 6.18.0 to 6.19.0.

Changelog

Sourced from web3's changelog.

web3.py v6.19.0 (2024-05-15)

Bugfixes


- Properly propagate exceptions from the message listener task to the main loop for persistent connection providers. (`[#3387](https://github.com/ethereum/web3.py/issues/3387) <https://github.com/ethereum/web3.py/issues/3387>`__)

Improved Documentation

  • Warn of updates to WebSocketProvider in v7 ([#3376](https://github.com/ethereum/web3.py/issues/3376) <https://github.com/ethereum/web3.py/issues/3376>__)
  • Condense the migration guides into one page ([#3390](https://github.com/ethereum/web3.py/issues/3390) <https://github.com/ethereum/web3.py/issues/3390>__)

Internal Changes - for web3.py Contributors


- Add ``py312`` support by adding it to CI testing (`[#3373](https://github.com/ethereum/web3.py/issues/3373) <https://github.com/ethereum/web3.py/issues/3373>`__)

Miscellaneous Changes


- `[#3385](https://github.com/ethereum/web3.py/issues/3385) &lt;https://github.com/ethereum/web3.py/issues/3385&gt;`__
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/ethereum/web3.py/commit/950bdeb96c1e7514943bc0ce703c875fe3b897af"><code>950bdeb</code></a> Bump version: 6.18.0 → 6.19.0</li>
<li><a href="https://github.com/ethereum/web3.py/commit/0f9a2a4e2c9e36f0fad6104c19b733bc4e1009dc"><code>0f9a2a4</code></a> Compile release notes for v6.19.0</li>
<li><a href="https://github.com/ethereum/web3.py/commit/66369f966e32454c8730697f00950c8a4ce55c93"><code>66369f9</code></a> docs: merge migration pages [v6] (<a href="https://redirect.github.com/ethereum/web3.py/issues/3390">#3390</a>)</li>
<li><a href="https://github.com/ethereum/web3.py/commit/d138ff7db562665c3ae453e1a4b4794dcb7115ec"><code>d138ff7</code></a> v6 cherry-pick of PR <a href="https://redirect.github.com/ethereum/web3.py/issues/3378">#3378</a></li>
<li><a href="https://github.com/ethereum/web3.py/commit/cfc76f968923a7d78d881ea6b8a3557782846ff4"><code>cfc76f9</code></a> move windows wheel check to py312</li>
<li><a href="https://github.com/ethereum/web3.py/commit/af88607983fbc0a270cf0c3322114b06ac46790c"><code>af88607</code></a> Merge pull request <a href="https://redirect.github.com/ethereum/web3.py/issues/3373">#3373</a> from pacrob/add-py312-v6</li>
<li><a href="https://github.com/ethereum/web3.py/commit/9fcdef95d8feb9eac9ee1b87867c6613b5ecfd2f"><code>9fcdef9</code></a> upgrade flake8 to support py312 and fix errors</li>
<li><a href="https://github.com/ethereum/web3.py/commit/3c77bde93620d766f8c9878e73c1488772189b32"><code>3c77bde</code></a> docs: warn of v7 wsprovider updates (<a href="https://redirect.github.com/ethereum/web3.py/issues/3376">#3376</a>)</li>
<li><a href="https://github.com/ethereum/web3.py/commit/81494b4371a790b64e1a60566104324341df5588"><code>81494b4</code></a> add py312 ci</li>
<li>See full diff in <a href="https://github.com/ethereum/web3.py/compare/v6.18.0...v6.19.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.18.0&new-version=6.19.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 5 months ago

Coverage Status

coverage: 80.617%. remained the same when pulling a7fca8d15be143912488e4d95513817a4d7a4eaa on dependabot/pip/web3-6.19.0 into 57f9933f8ddfbd97f6db4218868738269cbb7ceb on main.