Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump aiohttp from 3.10.10 to 3.11.7 in /_integration…
…-tests/utils/agent (#413) 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information