Skip to content

Commit

Permalink
Bump uvloop from 0.21.0b1 to 0.21.0 (#9491)
Browse files Browse the repository at this point in the history
Bumps [uvloop](https://github.com/MagicStack/uvloop) from 0.21.0b1 to
0.21.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.21.0</h2>
<h1>Changes</h1>
<ul>
<li>Add cleanup_socket param on create_unix_server()
(<a
href="https://redirect.github.com/MagicStack/uvloop/issues/623">#623</a>)
(by <a href="https://github.com/fantix"><code>@​fantix</code></a> in
d6114d2)</li>
</ul>
<h1>Fixes</h1>
<ul>
<li>
<p>Use cythonized SO_REUSEPORT rather than the unwrapped native one. (<a
href="https://redirect.github.com/MagicStack/uvloop/issues/609">#609</a>)
(by <a href="https://github.com/ptribble"><code>@​ptribble</code></a> in
4083a94e for <a
href="https://redirect.github.com/MagicStack/uvloop/issues/550">#550</a>)</p>
</li>
<li>
<p>UDP errors should result in protocol.error_received (<a
href="https://redirect.github.com/MagicStack/uvloop/issues/601">#601</a>)
(by <a
href="https://github.com/jensbjorgensen"><code>@​jensbjorgensen</code></a>
in 3c3bbeff)</p>
</li>
<li>
<p>Updates for Cython3 (<a
href="https://redirect.github.com/MagicStack/uvloop/issues/587">#587</a>)
(by <a
href="https://github.com/alan-brooks"><code>@​alan-brooks</code></a> in
3fba9fab for <a
href="https://redirect.github.com/MagicStack/uvloop/issues/587">#587</a>)</p>
</li>
<li>
<p>Test with Python 3.13 (<a
href="https://redirect.github.com/MagicStack/uvloop/issues/610">#610</a>)
(by <a
href="https://github.com/edgarrmondragon"><code>@​edgarrmondragon</code></a>
in fb5a139)</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/MagicStack/uvloop/commit/2e8feae2a6db57bb611ffa388d28443487f4db94"><code>2e8feae</code></a>
bump cibuildwheel version</li>
<li><a
href="https://github.com/MagicStack/uvloop/commit/40e8a34c8bcee281a115d1ea4149205b849f7724"><code>40e8a34</code></a>
uvloop 0.21.0</li>
<li>See full diff in <a
href="https://github.com/MagicStack/uvloop/compare/v0.21.0beta1...v0.21.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.21.0b1&new-version=0.21.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent 467ea5e commit 0f06254
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pycparser==2.22
# via cffi
typing-extensions==4.12.2
# via multidict
uvloop==0.21.0b1 ; platform_system != "Windows" and implementation_name == "cpython"
uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpython"
# via -r requirements/base.in
yarl==1.15.2
# 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 @@ -261,7 +261,7 @@ uritemplate==4.1.1
# via gidgethub
urllib3==2.2.3
# via requests
uvloop==0.21.0b1 ; platform_system != "Windows"
uvloop==0.21.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 @@ -253,7 +253,7 @@ uritemplate==4.1.1
# via gidgethub
urllib3==2.2.3
# via requests
uvloop==0.21.0b1 ; platform_system != "Windows" and implementation_name == "cpython"
uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpython"
# via
# -r requirements/base.in
# -r requirements/lint.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ typing-extensions==4.12.2
# typer
urllib3==2.2.3
# via requests
uvloop==0.21.0b1 ; platform_system != "Windows"
uvloop==0.21.0 ; platform_system != "Windows"
# via -r requirements/lint.in
valkey==6.0.2
# via -r requirements/lint.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ typing-extensions==4.12.2
# typer
urllib3==2.2.3
# via requests
uvloop==0.21.0b1 ; platform_system != "Windows" and implementation_name == "cpython"
uvloop==0.21.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 0f06254

Please sign in to comment.