Skip to content

Bump aiohttp from 3.11.12 to 3.11.16#399

Merged
iMicknl merged 1 commit intomainfrom
dependabot/pip/aiohttp-3.11.16
Apr 6, 2025
Merged

Bump aiohttp from 3.11.12 to 3.11.16#399
iMicknl merged 1 commit intomainfrom
dependabot/pip/aiohttp-3.11.16

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2025

Bumps aiohttp from 3.11.12 to 3.11.16.

Release notes

Sourced from aiohttp's releases.

3.11.16

Bug fixes

  • Replaced deprecated asyncio.iscoroutinefunction with its counterpart from inspect -- by :user:layday.

    Related issues and pull requests on GitHub: #10634.

  • Fixed :class:multidict.CIMultiDict being mutated when passed to :class:aiohttp.web.Response -- by :user:bdraco.

    Related issues and pull requests on GitHub: #10672.


3.11.15

Bug fixes

  • Reverted explicitly closing sockets if an exception is raised during create_connection -- by :user:bdraco.

    This change originally appeared in aiohttp 3.11.13

    Related issues and pull requests on GitHub: #10464, #10617, #10656.

Miscellaneous internal changes

  • Improved performance of WebSocket buffer handling -- by :user:bdraco.

    Related issues and pull requests on GitHub: #10601.

... (truncated)

Changelog

Sourced from aiohttp's changelog.

3.11.16 (2025-04-01)

Bug fixes

  • Replaced deprecated asyncio.iscoroutinefunction with its counterpart from inspect -- by :user:layday.

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

  • Fixed :class:multidict.CIMultiDict being mutated when passed to :class:aiohttp.web.Response -- by :user:bdraco.

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


3.11.15 (2025-03-31)

Bug fixes

  • Reverted explicitly closing sockets if an exception is raised during create_connection -- by :user:bdraco.

    This change originally appeared in aiohttp 3.11.13

    Related issues and pull requests on GitHub: :issue:10464, :issue:10617, :issue:10656.

Miscellaneous internal changes

  • Improved performance of WebSocket buffer handling -- by :user:bdraco.

... (truncated)

Commits
  • c723b3c Release 3.11.16 (#10679)
  • 6a3d835 [PR #10675/048ef4c backport][3.11] Remove useless nonlocal statements in test...
  • be15472 [PR #10672/35c979b backport][3.11] Fix headers being mutated if passed to web...
  • b65000d Replace deprecated asyncio.iscoroutinefunction with its counterpart… (#10663)
  • 2082fba Increment version to 3.11.16.dev0 (#10661)
  • d2d3621 Release 3.11.15 (#10659)
  • 7f7d681 [PR #10656/06db052e backport][3.11] Revert: Close the socket if there's a fai...
  • b93993d [PR #10644/8c4e60b0 backport][3.11] Add benchmarks for streaming API (#10645)
  • bc813e6 [PR #10601/f7cac7e6 backport][3.11] Reduce WebSocket buffer slicing overhead ...
  • 34cb977 [PR #10638/caa5792a backport][3.11] Convert format calls to f-strings in WebS...
  • 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.12 to 3.11.16.
- [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.12...v3.11.16)

---
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 added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 2, 2025
@dependabot dependabot bot requested a review from iMicknl as a code owner April 2, 2025 08:10
@iMicknl iMicknl merged commit a483eac into main Apr 6, 2025
5 checks passed
@iMicknl iMicknl deleted the dependabot/pip/aiohttp-3.11.16 branch April 6, 2025 19:20
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.12 to
3.11.16.
<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.16</h2>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Replaced deprecated <code>asyncio.iscoroutinefunction</code> with its
counterpart from <code>inspect</code>
-- by :user:<code>layday</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10634">#10634</a>.</p>
</li>
<li>
<p>Fixed :class:<code>multidict.CIMultiDict</code> being mutated when
passed to :class:<code>aiohttp.web.Response</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/10672">#10672</a>.</p>
</li>
</ul>
<hr />
<h2>3.11.15</h2>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Reverted explicitly closing sockets if an exception is raised during
<code>create_connection</code> -- by :user:<code>bdraco</code>.</p>
<p>This change originally appeared in aiohttp 3.11.13</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10464">#10464</a>,
<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10617">#10617</a>,
<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10656">#10656</a>.</p>
</li>
</ul>
<h2>Miscellaneous internal changes</h2>
<ul>
<li>
<p>Improved performance of WebSocket buffer handling -- 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/10601">#10601</a>.</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.16 (2025-04-01)</h1>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Replaced deprecated <code>asyncio.iscoroutinefunction</code> with its
counterpart from <code>inspect</code>
-- by :user:<code>layday</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>10634</code>.</p>
</li>
<li>
<p>Fixed :class:<code>multidict.CIMultiDict</code> being mutated when
passed to :class:<code>aiohttp.web.Response</code> -- by
:user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>10672</code>.</p>
</li>
</ul>
<hr />
<h1>3.11.15 (2025-03-31)</h1>
<h2>Bug fixes</h2>
<ul>
<li>
<p>Reverted explicitly closing sockets if an exception is raised during
<code>create_connection</code> -- by :user:<code>bdraco</code>.</p>
<p>This change originally appeared in aiohttp 3.11.13</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>10464</code>, :issue:<code>10617</code>,
:issue:<code>10656</code>.</p>
</li>
</ul>
<h2>Miscellaneous internal changes</h2>
<ul>
<li>Improved performance of WebSocket buffer handling -- by
:user:<code>bdraco</code>.</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/c723b3ce07b614d0c5fc7806d17f64b2f8ef268a"><code>c723b3c</code></a>
Release 3.11.16 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10679">#10679</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/6a3d83579923271acd33749be2a9c5c81c175dc4"><code>6a3d835</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10675">#10675</a>/048ef4c
backport][3.11] Remove useless nonlocal statements in test...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/be154728df86462aa5b4bb74a508dd2025ec8bfd"><code>be15472</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10672">#10672</a>/35c979b
backport][3.11] Fix headers being mutated if passed to web...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/b65000da599aeb2c9f340387b499a83b3d4ea598"><code>b65000d</code></a>
Replace deprecated <code>asyncio.iscoroutinefunction</code> with its
counterpart… (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10663">#10663</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/2082fbad0b52b7c612c1ccb9875ac04f1469b3dc"><code>2082fba</code></a>
Increment version to 3.11.16.dev0 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10661">#10661</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/d2d3621211348aecb3d568e634ba0abb016b6009"><code>d2d3621</code></a>
Release 3.11.15 (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10659">#10659</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/7f7d68143a47daa4cff1f2abe94e8bf2c2c8d9b7"><code>7f7d681</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10656">#10656</a>/06db052e
backport][3.11] Revert: Close the socket if there's a fai...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/b93993d8b7ded348ccd042300872fca6bfb02321"><code>b93993d</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10644">#10644</a>/8c4e60b0
backport][3.11] Add benchmarks for streaming API (<a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10645">#10645</a>)</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/bc813e66238daae2302dcf98d479e8f70f01a79b"><code>bc813e6</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10601">#10601</a>/f7cac7e6
backport][3.11] Reduce WebSocket buffer slicing overhead ...</li>
<li><a
href="https://github.com/aio-libs/aiohttp/commit/34cb977400c826845fc27b14eb3ff54165c026d7"><code>34cb977</code></a>
[PR <a
href="https://redirect.github.com/aio-libs/aiohttp/issues/10638">#10638</a>/caa5792a
backport][3.11] Convert format calls to f-strings in WebS...</li>
<li>Additional commits viewable in <a
href="https://github.com/aio-libs/aiohttp/compare/v3.11.12...v3.11.16">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.12&new-version=3.11.16)](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