Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump aiohttp from 3.9.1 to 3.9.3 (#21)
Summary: Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.1 to 3.9.3. <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.9.3</h2> <h2>Bug fixes</h2> <ul> <li> <p>Fixed backwards compatibility breakage (in 3.9.2) of <code>ssl</code> parameter when set outside of <code>ClientSession</code> (e.g. directly in <code>TCPConnector</code>) -- by :user:<code>Dreamsorcerer</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8097">#8097</a>, <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8098">#8098</a>.</p> </li> </ul> <h2>Miscellaneous internal changes</h2> <ul> <li> <p>Improved test suite handling of paths and temp files to consistently use pathlib and pytest fixtures.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/3957">#3957</a>.</p> </li> </ul> <hr /> <h2>3.9.2</h2> <h2>Bug fixes</h2> <ul> <li> <p>Fixed server-side websocket connection leak.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/7978">#7978</a>.</p> </li> <li> <p>Fixed <code>web.FileResponse</code> doing blocking I/O in the event loop.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8012">#8012</a>.</p> </li> <li> <p>Fixed double compress when compression enabled and compressed file exists in server file responses.</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/master/CHANGES.rst">aiohttp's changelog</a>.</em></p> <blockquote> <h1>3.9.3 (2024-01-29)</h1> <h2>Bug fixes</h2> <ul> <li> <p>Fixed backwards compatibility breakage (in 3.9.2) of <code>ssl</code> parameter when set outside of <code>ClientSession</code> (e.g. directly in <code>TCPConnector</code>) -- by :user:<code>Dreamsorcerer</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8097</code>, :issue:<code>8098</code>.</p> </li> </ul> <h2>Miscellaneous internal changes</h2> <ul> <li> <p>Improved test suite handling of paths and temp files to consistently use pathlib and pytest fixtures.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>3957</code>.</p> </li> </ul> <hr /> <h1>3.9.2 (2024-01-28)</h1> <h2>Bug fixes</h2> <ul> <li> <p>Fixed server-side websocket connection leak.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>7978</code>.</p> </li> <li> <p>Fixed <code>web.FileResponse</code> doing blocking I/O in the event loop.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8012</code>.</p> </li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/aiohttp/commit/bf4edce5d6c967fa1d6a581b3aaab1bd2f5121cd"><code>bf4edce</code></a> Release v3.9.3 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8102">#8102</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/5637e8f02a05cf0ae800ad3e175f4bbe0a3e54cc"><code>5637e8f</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8098">#8098</a>/aca206fc backport][3.9] Fix backwards compatibility with ssl (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8101">#8101</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/33f49e8ec985e428083cd78bc11cb5fe0dff0e57"><code>33f49e8</code></a> Bump pypa/cibuildwheel from 2.16.2 to 2.16.4 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8092">#8092</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/5ff4b3c405ee741a46d6743209cd32259f939313"><code>5ff4b3c</code></a> Update version</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/94462eea445d43bf574ca6321349f67219ce9cb0"><code>94462ee</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/3957">#3957</a>/79fe2045 backport][3.9] Improve test suite handling of paths, temp ...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/24a6d64966d99182e95f5d3a29541ef2fec397ad"><code>24a6d64</code></a> Release v3.9.2 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8082">#8082</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/9118a5831e8a65b8c839eb7e4ac983e040ff41df"><code>9118a58</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8079">#8079</a>/1c335944 backport][3.9] Validate static paths (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8080">#8080</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/435ad46e6c26cbf6ed9a38764e9ba8e7441a0e3b"><code>435ad46</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/3955">#3955</a>/8960063e backport][3.9] Replace all tmpdir fixtures with tmp_path (...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/d33bc21414e283c9e6fe7f6caf69e2ed60d66c82"><code>d33bc21</code></a> Improve validation in HTTP parser (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8074">#8074</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8078">#8078</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/0d945d1be08f2ba8475513216a66411f053c3217"><code>0d945d1</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/7916">#7916</a>/822fbc74 backport][3.9] Add more information to contributing page (...</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/aiohttp/compare/v3.9.1...v3.9.3">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.9.1&new-version=3.9.3)](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: #21 Reviewed By: leitao Differential Revision: D53208929 Pulled By: chantra fbshipit-source-id: 4d08ac57698f15a7bc06eb4f942ce0c77a02cb4c
- Loading branch information