Skip to content

Commit 954f533

Browse files
Bump aiohttp from 3.11.15 to 3.11.16 (#507)
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.11.15 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 /> </blockquote> </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 /> </blockquote> </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>See full diff in <a href="https://github.com/aio-libs/aiohttp/compare/v3.11.15...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.15&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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 696b586 commit 954f533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-e .
2-
aiohttp==3.11.15
2+
aiohttp==3.11.16
33
packaging==24.2
44
pytest==8.3.5
55
pytest-aiohttp==0.3.0

0 commit comments

Comments
 (0)