Skip to content

Bump aiohttp from 3.10.10 to 3.11.7#371

Merged
iMicknl merged 1 commit intomainfrom
dependabot/pip/aiohttp-3.11.7
Nov 24, 2024
Merged

Bump aiohttp from 3.10.10 to 3.11.7#371
iMicknl merged 1 commit intomainfrom
dependabot/pip/aiohttp-3.11.7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps aiohttp from 3.10.10 to 3.11.7.

Release notes

Sourced from aiohttp's releases.

3.11.7

Bug fixes

  • Fixed the HTTP client not considering the connector's force_close value when setting the Connection header -- by :user:bdraco.

    Related issues and pull requests on GitHub: #10003.

Miscellaneous internal changes

  • Improved performance of serializing HTTP headers -- by :user:bdraco.

    Related issues and pull requests on GitHub: #10014.


3.11.6

Bug fixes

  • Restored the force_close method to the ResponseHandler -- by :user:bdraco.

    Related issues and pull requests on GitHub: #9997.


3.11.5

Bug fixes

  • Fixed the ANY method not appearing in :meth:~aiohttp.web.UrlDispatcher.routes -- by :user:bdraco.

    Related issues and pull requests on GitHub:

... (truncated)

Changelog

Sourced from aiohttp's changelog.

3.11.7 (2024-11-21)

Bug fixes

  • Fixed the HTTP client not considering the connector's force_close value when setting the Connection header -- by :user:bdraco.

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

Miscellaneous internal changes

  • Improved performance of serializing HTTP headers -- by :user:bdraco.

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


3.11.6 (2024-11-19)

Bug fixes

  • Restored the force_close method to the ResponseHandler -- by :user:bdraco.

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


3.11.5 (2024-11-19)

... (truncated)

Commits
  • bf04a1b Release 3.11.7 (#10019)
  • ed15e88 [PR #10014/50d23aee backport][3.11] Improve performance of serializing header...
  • 5bcf07d [PR #9961/c984a44b backport][3.11] Disable Python 3.14 builds (#10012)
  • c82c58a [PR #10003/78d1be5 backport][3.11] Fix client connection header not reflectin...
  • 496f649 [PR #10004/a334eef7 backport][3.11] Avoid building skip_headers in `ClientS...
  • d030c05 Increment version to 3.11.7.dev0 (#10002)
  • ff9602d Release 3.11.6 (#10000)
  • b7e3b30 [PR #9997/8c36b51 backport][3.11] Restore the force_close method to the `...
  • 81c33ec [PR #9991/7bbbd126 backport][3.11] Increase allowed benchmark run time to 7 m...
  • 25b49dc Increment version to 3.11.6.dev0 (#9993)
  • 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.10.10 to 3.11.7.
- [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.10.10...v3.11.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from iMicknl as a code owner November 22, 2024 08:41
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 22, 2024
@iMicknl iMicknl merged commit 1ec7363 into main Nov 24, 2024
@iMicknl iMicknl deleted the dependabot/pip/aiohttp-3.11.7 branch November 24, 2024 16:44
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.10.10 to
3.11.7.
<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.7</h2>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Fixed the HTTP client not considering the connector's
<code>force_close</code> value when setting the <code>Connection</code>
header -- 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/10003">#10003</a>.</p>
</li>
</ul>
<h2>Miscellaneous internal changes</h2>
<ul>
<li>
<p>Improved performance of serializing HTTP 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/10014">#10014</a>.</p>
</li>
</ul>
<hr />
<h2>3.11.6</h2>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Restored the <code>force_close</code> method to the
<code>ResponseHandler</code> -- 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/9997">#9997</a>.</p>
</li>
</ul>
<hr />
<h2>3.11.5</h2>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Fixed the <code>ANY</code> method not appearing in
:meth:<code>~aiohttp.web.UrlDispatcher.routes</code> -- by
:user:<code>bdraco</code>.</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.7 (2024-11-21)</h1>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Fixed the HTTP client not considering the connector's
<code>force_close</code> value when setting the <code>Connection</code>
header -- by :user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>10003</code>.</p>
</li>
</ul>
<h2>Miscellaneous internal changes</h2>
<ul>
<li>
<p>Improved performance of serializing HTTP headers -- by
:user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>10014</code>.</p>
</li>
</ul>
<hr />
<h1>3.11.6 (2024-11-19)</h1>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Restored the <code>force_close</code> method to the
<code>ResponseHandler</code> -- by :user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>9997</code>.</p>
</li>
</ul>
<hr />
<h1>3.11.5 (2024-11-19)</h1>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/bf04a1bf53df93d2ab381e151225db3cf466082f"><code>bf04a1b</code></a>
Release 3.11.7 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10019">#10019</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/ed15e8879981158d0560960f42fafd4fa238b9ed"><code>ed15e88</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10014">#10014</a>/50d23aee
backport][3.11] Improve performance of serializing header...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/5bcf07d0af0a4b619500365fe5bcf69c904bfc30"><code>5bcf07d</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/9961">#9961</a>/c984a44b
backport][3.11] Disable Python 3.14 builds (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10012">#10012</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/c82c58aa97e660a548ea2d57529eaf4b51840cbe"><code>c82c58a</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10003">#10003</a>/78d1be5
backport][3.11] Fix client connection header not reflectin...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/496f649c9900fd0ea1d9babf7204f2200b4cae39"><code>496f649</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10004">#10004</a>/a334eef7
backport][3.11] Avoid building <code>skip_headers</code> in
`ClientS...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/d030c059478730458219db170b2c51c5bad8237b"><code>d030c05</code></a>
Increment version to 3.11.7.dev0 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10002">#10002</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/ff9602d5bea624a6aa05e64a3dea56499a9d7c52"><code>ff9602d</code></a>
Release 3.11.6 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10000">#10000</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/b7e3b300369d2b8c1a1bd1e269bf23b51dc0d8ce"><code>b7e3b30</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/9997">#9997</a>/8c36b51
backport][3.11] Restore the <code>force_close</code> method to the
`...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/81c33ec147a9ee21edb80970a37e68df4e039567"><code>81c33ec</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/9991">#9991</a>/7bbbd126
backport][3.11] Increase allowed benchmark run time to 7 m...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/25b49dceadfc318df0ad695a29b65b9b82f29925"><code>25b49dc</code></a>
Increment version to 3.11.6.dev0 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/9993">#9993</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aio-libs/aiohttp/compare/v3.10.10...v3.11.7">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.10&new-version=3.11.7)](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