Bump aiohttp from 3.11.12 to 3.12.14 in /libs/weaviate in the pip group across 1 directory (#242)
Bumps the pip group with 1 update in the /libs/weaviate directory: [aiohttp](https://github.com/aio-libs/aiohttp). Updates `aiohttp` from 3.11.12 to 3.12.14 <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.12.14</h2> <h2>Bug fixes</h2> <ul> <li> <p>Fixed file uploads failing with HTTP 422 errors when encountering 307/308 redirects, and 301/302 redirects for non-POST methods, by preserving the request body when appropriate per :rfc:<code>9110#section-15.4.3-3.1</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/11270">#11270</a>.</p> </li> <li> <p>Fixed :py:meth:<code>ClientSession.close() <aiohttp.ClientSession.close></code> hanging indefinitely when using HTTPS requests through HTTP proxies -- 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/11273">#11273</a>.</p> </li> <li> <p>Bumped minimum version of aiosignal to 1.4+ to resolve typing issues -- by :user:<code>Dreamsorcerer</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/11280">#11280</a>.</p> </li> </ul> <h2>Features</h2> <ul> <li> <p>Added initial trailer parsing logic to Python HTTP parser -- by :user:<code>Dreamsorcerer</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/11269">#11269</a>.</p> </li> </ul> <h2>Improved documentation</h2> <ul> <li> <p>Clarified exceptions raised by <code>WebSocketResponse.send_frame</code> et al. -- by :user:<code>DoctorJohn</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> <a href="https://redirect.github.com/aio-libs/aiohttp/issues/11234">#11234</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.12.14 (2025-07-10)</h1> <h2>Bug fixes</h2> <ul> <li> <p>Fixed file uploads failing with HTTP 422 errors when encountering 307/308 redirects, and 301/302 redirects for non-POST methods, by preserving the request body when appropriate per :rfc:<code>9110#section-15.4.3-3.1</code> -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>11270</code>.</p> </li> <li> <p>Fixed :py:meth:<code>ClientSession.close() <aiohttp.ClientSession.close></code> hanging indefinitely when using HTTPS requests through HTTP proxies -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>11273</code>.</p> </li> <li> <p>Bumped minimum version of aiosignal to 1.4+ to resolve typing issues -- by :user:<code>Dreamsorcerer</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>11280</code>.</p> </li> </ul> <h2>Features</h2> <ul> <li> <p>Added initial trailer parsing logic to Python HTTP parser -- by :user:<code>Dreamsorcerer</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>11269</code>.</p> </li> </ul> <h2>Improved documentation</h2> <ul> <li>Clarified exceptions raised by <code>WebSocketResponse.send_frame</code> et al. -- by :user:<code>DoctorJohn</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/90b6cf6f3e303309db6d388f1e53d0f30997e1c8"><code>90b6cf6</code></a> Release 3.12.14 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/11298">#11298</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/13b20a1b0af87b86816355a9090de191723858fc"><code>13b20a1</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/11290">#11290</a>/16703bb9 backport][3.12] Fix file uploads failing with HTTP 422 on...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/edf2abd2609a24cf1e7ac76da986af363aebf210"><code>edf2abd</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/11289">#11289</a>/e38220fc backport][3.12] Fix ClientSession.close() hanging with HT...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/e8d774f635dc6d1cd3174d0e38891da5de0e2b6a"><code>e8d774f</code></a> Add trailer parsing logic (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/11269">#11269</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/11287">#11287</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/03893711d35f3588a7e8891ffbf2b5a6d3319fae"><code>0389371</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/11280">#11280</a>/91108c90 backport][3.12] Bump the minimum supported version of aio...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/ce3c0a718c6bcec48fbbf3c656cc954b001d4cd4"><code>ce3c0a7</code></a> Bump aiosignal from 1.3.2 to 1.4.0 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/11267">#11267</a>) (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/11279">#11279</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/133e2542d0174691f6956e84b6ccdc7fe2bd03e9"><code>133e254</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/11234">#11234</a>/a83597fa backport][3.12] Document exceptions raised by send_frame ...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/4ad78b3d31bde9fdab22aac2692247f9746e8b48"><code>4ad78b3</code></a> Increment version to 3.12.14.dev0 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/11216">#11216</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/2ff9b615c8bf0758b496b830438d8e0f11f4f515"><code>2ff9b61</code></a> Release 3.12.13 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/11214">#11214</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/fc9b7208836db502afa6d3d7ba99cb31ae972166"><code>fc9b720</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/11198">#11198</a>/b151d3fc backport][3.12] Fix auto-created TCPConnector not using s...</li> <li>Additional commits viewable in <a href="https://github.com/aio-libs/aiohttp/compare/v3.11.12...v3.12.14">compare view</a></li> </ul> </details> <br /> [](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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/langchain-ai/langchain-weaviate/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
D
dependabot[bot] committed
7634463ab410600d778d2bc2664eb78fa885b099
Parent: 5212b62
Committed by GitHub <noreply@github.com>
on 7/15/2025, 9:49:35 AM