Skip to content

Bump aiohttp from 3.11.7 to 3.11.8#372

Merged
iMicknl merged 1 commit intomainfrom
dependabot/pip/aiohttp-3.11.8
Nov 29, 2024
Merged

Bump aiohttp from 3.11.7 to 3.11.8#372
iMicknl merged 1 commit intomainfrom
dependabot/pip/aiohttp-3.11.8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2024

Bumps aiohttp from 3.11.7 to 3.11.8.

Release notes

Sourced from aiohttp's releases.

3.11.8

Miscellaneous internal changes

  • Improved performance of creating :class:aiohttp.ClientResponse objects when there are no cookies -- by :user:bdraco.

    Related issues and pull requests on GitHub: #10029.

  • Improved performance of creating :class:aiohttp.ClientResponse objects -- by :user:bdraco.

    Related issues and pull requests on GitHub: #10030.

  • Improved performances of creating objects during the HTTP request lifecycle -- by :user:bdraco.

    Related issues and pull requests on GitHub: #10037.

  • Improved performance of constructing :class:aiohttp.web.Response with headers -- by :user:bdraco.

    Related issues and pull requests on GitHub: #10043.

  • Improved performance of making requests when there are no auto headers to skip -- by :user:bdraco.

    Related issues and pull requests on GitHub: #10049.

  • Downgraded logging of invalid HTTP method exceptions on the first request to debug level -- by :user:bdraco.

    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.

    Related issues and pull requests on GitHub:

... (truncated)

Changelog

Sourced from aiohttp's changelog.

3.11.8 (2024-11-27)

Miscellaneous internal changes

  • Improved performance of creating :class:aiohttp.ClientResponse objects when there are no cookies -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:10029.

  • Improved performance of creating :class:aiohttp.ClientResponse objects -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:10030.

  • Improved performances of creating objects during the HTTP request lifecycle -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:10037.

  • Improved performance of constructing :class:aiohttp.web.Response with headers -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:10043.

  • Improved performance of making requests when there are no auto headers to skip -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:10049.

  • Downgraded logging of invalid HTTP method exceptions on the first request to debug level -- by :user:bdraco.

    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.

... (truncated)

Commits
  • 5ddf720 Release 3.11.8 (#10066)
  • 13152c3 [PR #10055/c11fe96 backport][3.11] Downgrade logging of invalid HTTP methods ...
  • 1b78cae [PR #10059/aac6f741 backport][3.11] Combine executor jobs in FileResponse sen...
  • a5a6981 [PR #10058/12372d7 backport][3.11] Remove unreachable content length check fo...
  • 7e628f4 [PR #8699/11f0e7f backport][3.11] Reduce code indent in ResponseHandler.data_...
  • 1a6fafe [PR #10037/2e369db backport][3.11] Refactor requests and responses to use cla...
  • 653302e [PR #10049/006fbc37 backport][3.11] Improve client performance when there are...
  • d411bc5 [PR #10043/5255cec backport][3.11] Avoid constructing headers mulitidict twic...
  • 3dfd7ae Bump pypa/cibuildwheel from 2.21.3 to 2.22.0 (#10042)
  • 65dab0e [PR #10038/6f4e9615 backport][3.11] Small speed up to StreamWriter.__init__...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.11.7 to 3.11.8.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.11.7...v3.11.8)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from iMicknl as a code owner November 28, 2024 08:49
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 28, 2024
@iMicknl iMicknl merged commit 98a043b into main Nov 29, 2024
@iMicknl iMicknl deleted the dependabot/pip/aiohttp-3.11.8 branch November 29, 2024 09:41
bakonyiferenc pushed a commit to bakonyiferenc/python-sagemcom-api that referenced this pull request Dec 16, 2025
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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aiohttp&package-manager=pip&previous-version=3.11.7&new-version=3.11.8)](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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant