Skip to content

Commit

Permalink
Bump uvloop from 0.19.0 to 0.20.0 (#8710)
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored Aug 16, 2024
1 parent 7ca244e commit 58e0a85
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pycares==4.3.0
# via aiodns
pycparser==2.21
# via cffi
uvloop==0.19.0 ; platform_system != "Windows" and implementation_name == "cpython"
uvloop==0.20.0 ; platform_system != "Windows" and implementation_name == "cpython"
# via -r requirements/base.in
yarl==1.9.4
# via -r requirements/runtime-deps.in
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ uritemplate==4.1.1
# via gidgethub
urllib3==2.0.4
# via requests
uvloop==0.19.0 ; platform_system != "Windows"
uvloop==0.20.0 ; platform_system != "Windows"
# via
# -r requirements/base.in
# -r requirements/lint.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ uritemplate==4.1.1
# via gidgethub
urllib3==2.0.4
# via requests
uvloop==0.19.0 ; platform_system != "Windows" and implementation_name == "cpython"
uvloop==0.20.0 ; platform_system != "Windows" and implementation_name == "cpython"
# via
# -r requirements/base.in
# -r requirements/lint.in
Expand Down
20 changes: 16 additions & 4 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ async-timeout==4.0.3
certifi==2024.7.4
# via requests
cffi==1.16.0
# via pycares
# via
# cryptography
# pycares
cfgv==3.3.1
# via pre-commit
charset-normalizer==3.3.2
Expand All @@ -24,6 +26,8 @@ click==8.1.6
# via
# slotscheck
# typer
cryptography==43.0.0
# via trustme
distlib==0.3.7
# via virtualenv
exceptiongroup==1.1.2
Expand All @@ -35,7 +39,9 @@ freezegun==1.5.1
identify==2.5.26
# via pre-commit
idna==3.7
# via requests
# via
# requests
# trustme
iniconfig==2.0.0
# via pytest
markdown-it-py==3.0.0
Expand Down Expand Up @@ -67,9 +73,13 @@ pydantic-core==2.18.2
pygments==2.17.2
# via rich
pytest==8.1.1
# via -r requirements/lint.in
# via
# -r requirements/lint.in
# pytest-mock
pytest-mock==3.14.0
# via -r requirements/lint.in
python-dateutil==2.9.0.post0
# via freezegun
python-on-whales==0.72.0
# via -r requirements/lint.in
pyyaml==6.0.1
Expand All @@ -80,6 +90,8 @@ rich==13.7.1
# via typer
shellingham==1.5.4
# via typer
six==1.16.0
# via python-dateutil
slotscheck==0.19.0
# via -r requirements/lint.in
tomli==2.0.1
Expand All @@ -105,7 +117,7 @@ typing-extensions==4.10.0
# typer
urllib3==2.2.2
# via requests
uvloop==0.19.0 ; platform_system != "Windows"
uvloop==0.20.0 ; platform_system != "Windows"
# via -r requirements/lint.in
virtualenv==20.24.2
# via pre-commit
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ typing-extensions==4.10.0
# typer
urllib3==2.0.4
# via requests
uvloop==0.19.0 ; platform_system != "Windows" and implementation_name == "cpython"
uvloop==0.20.0 ; platform_system != "Windows" and implementation_name == "cpython"
# via -r requirements/base.in
wait-for-it==2.2.2
# via -r requirements/test.in
Expand Down

0 comments on commit 58e0a85

Please sign in to comment.