[wpt-sync] Sync PR 55408 - Bump aioquic from 1.2.0 to 1.3.0 in /tools
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(Not tracked)
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 55408 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/55408
Details from upstream follow.
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> wrote:
Bump aioquic from 1.2.0 to 1.3.0 in /tools
Bumps aioquic from 1.2.0 to 1.3.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/aiortc/aioquic/blob/main/docs/changelog.rst">aioquic's changelog</a>.</em></p>
<blockquote>
<h2>1.3.0</h2>
<ul>
<li>Ensure PATH_CHALLENGE frames are sent before other frame types.</li>
<li>Reclaim memory when HTTP/3 streams end.</li>
<li>Limit the number of remote PATH_CHALLENGE stored per path.</li>
<li>Avoid assertion error when receiving multiple STOP_SENDING frames.</li>
<li>Improve type annotations.</li>
<li>Make it possible to use LibreSSL instead of OpenSSL.</li>
<li>Add support Python 3.13 and 3.14, drop support for Python 3.8 and 3.9.</li>
<li>Build binary wheels for <code>musllinux</code>.</li>
<li>Build binary wheels against <code>OpenSSL</code> 3.5.4.</li>
<li>Add command-line argument to the <code>http3_client</code> example to request
a key update during interoperability tests.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aiortc/aioquic/commit/cb103537126bbcc58752fd5bc7c8ac88bf552c01"><code>cb10353</code></a> 1.3.0</li>
<li><a href="https://github.com/aiortc/aioquic/commit/43be1025064ebb84a3c35f64868252a428b9aeb5"><code>43be102</code></a> Build binary wheels against OpenSSL 3.5.4</li>
<li><a href="https://github.com/aiortc/aioquic/commit/7a7ce57a44796fe0e7082b9ac13c86e9de8f9352"><code>7a7ce57</code></a> Allow HTTP/3 client to request a key update</li>
<li><a href="https://github.com/aiortc/aioquic/commit/34c5eac106a39bdb1ac91c8d742b047a409bd189"><code>34c5eac</code></a> Send PATH_CHALLENGE before other frame types</li>
<li><a href="https://github.com/aiortc/aioquic/commit/83590c8e48201749b326eac450933ce43c6cec76"><code>83590c8</code></a> Update PATH_CHALLENGE / PATH_RESPONSE state after sending</li>
<li><a href="https://github.com/aiortc/aioquic/commit/483a66fe4081715565bcac6427fc0d3d575ebe3a"><code>483a66f</code></a> Add support for Python 3.14</li>
<li><a href="https://github.com/aiortc/aioquic/commit/89aaa0f729f5565d2012100320c288ea9a5634ba"><code>89aaa0f</code></a> Stop using typing's <code>Dict</code>, <code>List</code>, <code>Tuple</code> for type annotations</li>
<li><a href="https://github.com/aiortc/aioquic/commit/cbde38d799c46c675d83025ae8ec6866a3594874"><code>cbde38d</code></a> Drop support for end-of-life Python 3.9</li>
<li><a href="https://github.com/aiortc/aioquic/commit/773ec8afaeefe1343d328359b7f367163adf2c50"><code>773ec8a</code></a> h3: Remove stream objects when stream is ended</li>
<li><a href="https://github.com/aiortc/aioquic/commit/6c25c5cce7c774e9a0f23673c281a1986482dcde"><code>6c25c5c</code></a> Limit the number of remote path challenges stored per path</li>
<li>Additional commits viewable in <a href="https://github.com/aiortc/aioquic/compare/1.2.0...1.3.0">compare view</a></li>
</ul>
</details>
<br />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.
<details>
<summary>Dependabot commands and options</summary>
<br />You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)</details>
Description
•