dependabot[bot] opened a new pull request, #35592:
URL: https://github.com/apache/beam/pull/35592

   Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.12.13 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() 
&lt;aiohttp.ClientSession.close&gt;</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() 
&lt;aiohttp.ClientSession.close&gt;</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>See full diff in <a 
href="https://github.com/aio-libs/aiohttp/compare/v3.12.13...v3.12.14";>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.12.13&new-version=3.12.14)](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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/beam/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to