Commit 98a043b
authored
Bump aiohttp from 3.11.7 to 3.11.8 (#372)
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.11.7 to
3.11.8.
<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.11.8</h2>
<h2>Miscellaneous internal changes</h2>
<ul>
<li>
<p>Improved performance of creating
:class:<code>aiohttp.ClientResponse</code> objects when there are no
cookies -- by :user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10029">#10029</a>.</p>
</li>
<li>
<p>Improved performance of creating
:class:<code>aiohttp.ClientResponse</code> objects -- by
:user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10030">#10030</a>.</p>
</li>
<li>
<p>Improved performances of creating objects during the HTTP request
lifecycle -- by :user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10037">#10037</a>.</p>
</li>
<li>
<p>Improved performance of constructing
:class:<code>aiohttp.web.Response</code> with headers -- by
:user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10043">#10043</a>.</p>
</li>
<li>
<p>Improved performance of making requests when there are no auto
headers to skip -- by :user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10049">#10049</a>.</p>
</li>
<li>
<p>Downgraded logging of invalid HTTP method exceptions on the first
request to debug level -- by :user:<code>bdraco</code>.</p>
<p>HTTP requests starting with an invalid method are relatively common,
especially when connected to the public internet, because browsers or
other clients may try to speak SSL to a plain-text server or vice-versa.
These exceptions can quickly fill the log with noise when nothing is
wrong.</p>
<p><em>Related issues and pull requests on GitHub:</em></p>
</li>
</ul>
<!-- raw HTML omitted -->
</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.11.8 (2024-11-27)</h1>
<h2>Miscellaneous internal changes</h2>
<ul>
<li>
<p>Improved performance of creating
:class:<code>aiohttp.ClientResponse</code> objects when there are no
cookies -- by :user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>10029</code>.</p>
</li>
<li>
<p>Improved performance of creating
:class:<code>aiohttp.ClientResponse</code> objects -- by
:user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>10030</code>.</p>
</li>
<li>
<p>Improved performances of creating objects during the HTTP request
lifecycle -- by :user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>10037</code>.</p>
</li>
<li>
<p>Improved performance of constructing
:class:<code>aiohttp.web.Response</code> with headers -- by
:user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>10043</code>.</p>
</li>
<li>
<p>Improved performance of making requests when there are no auto
headers to skip -- by :user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>10049</code>.</p>
</li>
<li>
<p>Downgraded logging of invalid HTTP method exceptions on the first
request to debug level -- by :user:<code>bdraco</code>.</p>
<p>HTTP requests starting with an invalid method are relatively common,
especially when connected to the public internet, because browsers or
other clients may try to speak SSL to a plain-text server or vice-versa.
These exceptions can quickly fill the log with noise when nothing is
wrong.</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/5ddf7208524f9ba5957d9a84d3e205f4f2692e28"><code>5ddf720</code></a>
Release 3.11.8 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10066">#10066</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/13152c39f9360cef7ba1d78252afdc91cf220441"><code>13152c3</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10055">#10055</a>/c11fe96
backport][3.11] Downgrade logging of invalid HTTP methods ...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/1b78cae44d97e3eb5ea15a25319d5a5a3daf8c9f"><code>1b78cae</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10059">#10059</a>/aac6f741
backport][3.11] Combine executor jobs in FileResponse sen...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/a5a6981fe96790d5924df72db1f42bb021ed5265"><code>a5a6981</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10058">#10058</a>/12372d7
backport][3.11] Remove unreachable content length check fo...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/7e628f4edaa6a529381d0e2d39b97c756dae5341"><code>7e628f4</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/8699">#8699</a>/11f0e7f
backport][3.11] Reduce code indent in ResponseHandler.data_...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/1a6fafe8f05acb705029e16c9ba43df7aaba2473"><code>1a6fafe</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10037">#10037</a>/2e369db
backport][3.11] Refactor requests and responses to use cla...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/653302e225428a07e15e758b28422262bd98d5de"><code>653302e</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10049">#10049</a>/006fbc37
backport][3.11] Improve client performance when there are...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/d411bc511d4348e543a5690786c7100dc47d8eb9"><code>d411bc5</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10043">#10043</a>/5255cec
backport][3.11] Avoid constructing headers mulitidict twic...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/3dfd7ae86413e164d3c924cac925980fa9ceddff"><code>3dfd7ae</code></a>
Bump pypa/cibuildwheel from 2.21.3 to 2.22.0 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10042">#10042</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/65dab0ee40109b97fca2b938ba76c8f68968ce49"><code>65dab0e</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10038">#10038</a>/6f4e9615
backport][3.11] Small speed up to
<code>StreamWriter.__init__</code>...</li>
<li>Additional commits viewable in <a
href="https://github.com/aio-libs/aiohttp/compare/v3.11.7...v3.11.8">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 parent 1ec7363 commit 98a043b
1 file changed
+77
-77
lines changed
0 commit comments