Skip to content

Commit

Permalink
Bump aiohttp from 3.10.3 to 3.10.5 (#55)
Browse files Browse the repository at this point in the history
Summary:
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.3 to 3.10.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/releases">aiohttp's releases</a>.</em></p>
<blockquote>
<h2>3.10.5</h2>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Fixed :meth:<code>aiohttp.ClientResponse.json()</code> not setting <code>status</code> when :exc:<code>aiohttp.ContentTypeError</code> is raised -- by :user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a href="https://github.com/aio-libs/aiohttp/issues/8742">#8742</a>.</p>
</li>
</ul>
<h2>Miscellaneous internal changes</h2>
<ul>
<li>
<p>Improved performance of the WebSocket reader -- by :user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a href="https://github.com/aio-libs/aiohttp/issues/8736">#8736</a>, <a href="https://github.com/aio-libs/aiohttp/issues/8747">#8747</a>.</p>
</li>
</ul>
<hr />
<h2>3.10.4</h2>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Fixed decoding base64 chunk in BodyPartReader -- by :user:<code>hyzyla</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a href="https://github.com/aio-libs/aiohttp/issues/3867">#3867</a>.</p>
</li>
<li>
<p>Fixed a race closing the server-side WebSocket where the close code would not reach the client -- by :user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a href="https://github.com/aio-libs/aiohttp/issues/8680">#8680</a>.</p>
</li>
<li>
<p>Fixed unconsumed exceptions raised by the WebSocket heartbeat -- by :user:<code>bdraco</code>.</p>
<p>If the heartbeat ping raised an exception, it would not be consumed and would be logged as an warning.</p>
</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/aio-libs/aiohttp/blob/v3.10.5/CHANGES.rst">aiohttp's changelog</a>.</em></p>
<blockquote>
<h1>3.10.5 (2024-08-19)</h1>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Fixed :meth:<code>aiohttp.ClientResponse.json()</code> not setting <code>status</code> when :exc:<code>aiohttp.ContentTypeError</code> is raised -- by :user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>8742</code>.</p>
</li>
</ul>
<h2>Miscellaneous internal changes</h2>
<ul>
<li>
<p>Improved performance of the WebSocket reader -- by :user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>8736</code>, :issue:<code>8747</code>.</p>
</li>
</ul>
<hr />
<h1>3.10.4 (2024-08-17)</h1>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Fixed decoding base64 chunk in BodyPartReader -- by :user:<code>hyzyla</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>3867</code>.</p>
</li>
<li>
<p>Fixed a race closing the server-side WebSocket where the close code would not reach the client -- by :user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>8680</code>.</p>
</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aio-libs/aiohttp/commit/ec453ba6d1cf8f5bb502f2e2a861c463e755f387"><code>ec453ba</code></a> Release 3.10.5 (<a href="https://github.com/aio-libs/aiohttp/issues/8754">#8754</a>)</li>
<li><a href="https://github.com/aio-libs/aiohttp/commit/5953df16d2329a05dc861607d54e9b7425e91119"><code>5953df1</code></a> [PR <a href="https://github.com/aio-libs/aiohttp/issues/8749">#8749</a>/5e30b49 backport][3.10] Bump cffi to 1.17.0 (<a href="https://github.com/aio-libs/aiohttp/issues/8752">#8752</a>)</li>
<li><a href="https://github.com/aio-libs/aiohttp/commit/83bd23970e5ccd8f40be7325d56cbf140e252367"><code>83bd239</code></a> [PR <a href="https://github.com/aio-libs/aiohttp/issues/8747">#8747</a>/e97b17a6 backport][3.10] Make MESSAGE_TYPES_WITH_CONTENT a frozense...</li>
<li><a href="https://github.com/aio-libs/aiohttp/commit/c7ff47b3916aaa4bb94074660e6969dbf1b77305"><code>c7ff47b</code></a> [PR <a href="https://github.com/aio-libs/aiohttp/issues/8742">#8742</a>/b4f9cb35 backport][3.10] Fix status not being set when ClientRespon...</li>
<li><a href="https://github.com/aio-libs/aiohttp/commit/fbfedd6c32deb75a5564fe584e5c8c127beb3a29"><code>fbfedd6</code></a> [PR <a href="https://github.com/aio-libs/aiohttp/issues/8736">#8736</a>/1b88af2 backport][3.10] Improve performance of WebSocketReader (<a href="https://github.com/aio-libs/aiohttp/issues/8743">#8743</a>)</li>
<li><a href="https://github.com/aio-libs/aiohttp/commit/dba260545e74612fb9968c681a0ef1bff1f03cd4"><code>dba2605</code></a> [3.10] Bump pypa/cibuildwheel to v2.20.0 (<a href="https://github.com/aio-libs/aiohttp/issues/8740">#8740</a>)</li>
<li><a href="https://github.com/aio-libs/aiohttp/commit/92dc91bea6e144d85206fc0a7f5d4907d5bd08ed"><code>92dc91b</code></a> Bump version to 3.10.5.dev0</li>
<li><a href="https://github.com/aio-libs/aiohttp/commit/8dcd3a419f0266d5941920d0161422a5a7697b98"><code>8dcd3a4</code></a> Release 3.10.4 (Attempt 2) (<a href="https://github.com/aio-libs/aiohttp/issues/8732">#8732</a>)</li>
<li><a href="https://github.com/aio-libs/aiohttp/commit/f4d4f2a646950f7a6c5cfe99de67e03703ec16fa"><code>f4d4f2a</code></a> Release 3.10.4 (<a href="https://github.com/aio-libs/aiohttp/issues/8731">#8731</a>)</li>
<li><a href="https://github.com/aio-libs/aiohttp/commit/0f1a00817d71f8e75fa823c19a6273cf0cf6b3f2"><code>0f1a008</code></a> [PR <a href="https://github.com/aio-libs/aiohttp/issues/8685">#8685</a>/e7c02ca4 backport][3.10] Fix exceptions from WebSocket ping task no...</li>
<li>Additional commits viewable in <a href="https://github.com/aio-libs/aiohttp/compare/v3.10.3...v3.10.5">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aiohttp&package-manager=pip&previous-version=3.10.3&new-version=3.10.5)](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>

Pull Request resolved: #55

Reviewed By: mkutsevol

Differential Revision: D61498817

fbshipit-source-id: dc9df42d334fcafb43b454db2c9e93e3e4d22240
  • Loading branch information
dependabot[bot] authored and facebook-github-bot committed Aug 28, 2024
1 parent a43e02c commit 751ae53
Showing 1 changed file with 92 additions and 77 deletions.
Loading

0 comments on commit 751ae53

Please # to comment.