Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump uvloop from 0.19.0 to 0.20.0 (#8710)
Bumps [uvloop](https://github.com/MagicStack/uvloop) from 0.19.0 to 0.20.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/MagicStack/uvloop/releases">uvloop's releases</a>.</em></p> <blockquote> <h2>v0.20.0</h2> <h1>Changes</h1> <ul> <li>Upgrade libuv to v1.48.0 (<a href="https://redirect.github.com/MagicStack/uvloop/issues/600">#600</a>) (by <a href="https://github.com/niklasr22"><code>@niklasr22</code></a> <a href="https://github.com/fantix"><code>@fantix</code></a> in 77778525 for <a href="https://redirect.github.com/MagicStack/uvloop/issues/596">#596</a> <a href="https://redirect.github.com/MagicStack/uvloop/issues/615">#615</a>)</li> </ul> <h1>Fixes</h1> <ul> <li> <p>Fix test_create_server_4 with Python 3.12.5 (<a href="https://redirect.github.com/MagicStack/uvloop/issues/614">#614</a>) (by <a href="https://github.com/shadchin"><code>@shadchin</code></a> in 62f92393)</p> </li> <li> <p>Use len(os.sched_getaffinity(0)) instead of os.cpu_count() (<a href="https://redirect.github.com/MagicStack/uvloop/issues/591">#591</a>) (by <a href="https://github.com/avkarenow"><code>@avkarenow</code></a> in c8531c24 for <a href="https://redirect.github.com/MagicStack/uvloop/issues/591">#591</a>)</p> </li> <li> <p>Inline _Py_RestoreSignals() from CPython (<a href="https://redirect.github.com/MagicStack/uvloop/issues/604">#604</a>) (by <a href="https://github.com/befeleme"><code>@befeleme</code></a> in 8511ba1f for <a href="https://redirect.github.com/MagicStack/uvloop/issues/603">#603</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MagicStack/uvloop/commit/2d35f106d3ccc51d648b4ab90c964c0748b5873f"><code>2d35f10</code></a> uvloop 0.20.0</li> <li><a href="https://github.com/MagicStack/uvloop/commit/8511ba1fc2131ee0ceaecfd5ce57973012e94ef9"><code>8511ba1</code></a> Inline _Py_RestoreSignals() from CPython (<a href="https://redirect.github.com/MagicStack/uvloop/issues/604">#604</a>)</li> <li><a href="https://github.com/MagicStack/uvloop/commit/deb2cf9d653305b55d0d97a85b4067e33db0f1c0"><code>deb2cf9</code></a> Fix Python version in README.rst (<a href="https://redirect.github.com/MagicStack/uvloop/issues/599">#599</a>)</li> <li><a href="https://github.com/MagicStack/uvloop/commit/c8531c2431a45beeb3c86ec04dcd9a778dd67066"><code>c8531c2</code></a> Use len(os.sched_getaffinity(0)) instead of os.cpu_count() (<a href="https://redirect.github.com/MagicStack/uvloop/issues/591">#591</a>)</li> <li><a href="https://github.com/MagicStack/uvloop/commit/777785257cc6740e38f03b059bf43b944135a782"><code>7777852</code></a> Upgrade libuv to v1.48.0 (<a href="https://redirect.github.com/MagicStack/uvloop/issues/600">#600</a>)</li> <li><a href="https://github.com/MagicStack/uvloop/commit/62f92393b057fc94cf1fc259cf1e6ca8a8c4a1e7"><code>62f9239</code></a> Fix test_create_server_4 with Python 3.12.5 (<a href="https://redirect.github.com/MagicStack/uvloop/issues/614">#614</a>)</li> <li>See full diff in <a href="https://github.com/MagicStack/uvloop/compare/v0.19.0...v0.20.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uvloop&package-manager=pip&previous-version=0.19.0&new-version=0.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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information