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

   Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.0 to 3.10.4.
   <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.10.4</h2>
   <h2>Bug fixes</h2>
   <ul>
   <li>
   <p>Fixed decoding base64 chunk in BodyPartReader -- by 
:user:<code>hyzyla</code>.</p>
   <p><em>Related issues and pull requests on GitHub:</em>
   <a 
href="https://redirect.github.com/aio-libs/aiohttp/issues/3867";>#3867</a>.</p>
   </li>
   <li>
   <p>Fixed a race closing the server-side WebSocket where the close code would 
not reach the client -- 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/8680";>#8680</a>.</p>
   </li>
   <li>
   <p>Fixed unconsumed exceptions raised by the WebSocket heartbeat -- by 
:user:<code>bdraco</code>.</p>
   <p>If the heartbeat ping raised an exception, it would not be consumed and 
would be logged as an warning.</p>
   <p><em>Related issues and pull requests on GitHub:</em>
   <a 
href="https://redirect.github.com/aio-libs/aiohttp/issues/8685";>#8685</a>.</p>
   </li>
   <li>
   <p>Fixed an edge case in the Python parser when chunk separators happen to 
align with network chunks -- 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/8720";>#8720</a>.</p>
   </li>
   </ul>
   <h2>Improved documentation</h2>
   <ul>
   <li>
   <p>Added <code>aiohttp-apischema</code> to supported libraries -- 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/8700";>#8700</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.10.4 (2024-08-17)</h1>
   <h2>Bug fixes</h2>
   <ul>
   <li>
   <p>Fixed decoding base64 chunk in BodyPartReader -- by 
:user:<code>hyzyla</code>.</p>
   <p><em>Related issues and pull requests on GitHub:</em>
   :issue:<code>3867</code>.</p>
   </li>
   <li>
   <p>Fixed a race closing the server-side WebSocket where the close code would 
not reach the client -- by :user:<code>bdraco</code>.</p>
   <p><em>Related issues and pull requests on GitHub:</em>
   :issue:<code>8680</code>.</p>
   </li>
   <li>
   <p>Fixed unconsumed exceptions raised by the WebSocket heartbeat -- by 
:user:<code>bdraco</code>.</p>
   <p>If the heartbeat ping raised an exception, it would not be consumed and 
would be logged as an warning.</p>
   <p><em>Related issues and pull requests on GitHub:</em>
   :issue:<code>8685</code>.</p>
   </li>
   <li>
   <p>Fixed an edge case in the Python parser when chunk separators happen to 
align with network chunks -- by :user:<code>Dreamsorcerer</code>.</p>
   <p><em>Related issues and pull requests on GitHub:</em>
   :issue:<code>8720</code>.</p>
   </li>
   </ul>
   <h2>Improved documentation</h2>
   <ul>
   <li>
   <p>Added <code>aiohttp-apischema</code> to supported libraries -- by 
:user:<code>Dreamsorcerer</code>.</p>
   <p><em>Related issues and pull requests on GitHub:</em>
   :issue:<code>8700</code>.</p>
   </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/8dcd3a419f0266d5941920d0161422a5a7697b98";><code>8dcd3a4</code></a>
 Release 3.10.4 (Attempt 2) (<a 
href="https://redirect.github.com/aio-libs/aiohttp/issues/8732";>#8732</a>)</li>
   <li><a 
href="https://github.com/aio-libs/aiohttp/commit/f4d4f2a646950f7a6c5cfe99de67e03703ec16fa";><code>f4d4f2a</code></a>
 Release 3.10.4 (<a 
href="https://redirect.github.com/aio-libs/aiohttp/issues/8731";>#8731</a>)</li>
   <li><a 
href="https://github.com/aio-libs/aiohttp/commit/0f1a00817d71f8e75fa823c19a6273cf0cf6b3f2";><code>0f1a008</code></a>
 [PR <a 
href="https://redirect.github.com/aio-libs/aiohttp/issues/8685";>#8685</a>/e7c02ca4
 backport][3.10] Fix exceptions from WebSocket ping task no...</li>
   <li><a 
href="https://github.com/aio-libs/aiohttp/commit/635ae62731d16191947143f9b16947e0a936c59a";><code>635ae62</code></a>
 [PR <a 
href="https://redirect.github.com/aio-libs/aiohttp/issues/8682";>#8682</a>/490fca61
 backport][3.10] Reduce WebSocket frame parser complexity (...</li>
   <li><a 
href="https://github.com/aio-libs/aiohttp/commit/ebec945ffaf04e5caf3576b809237124aa6b417a";><code>ebec945</code></a>
 [PR <a 
href="https://redirect.github.com/aio-libs/aiohttp/issues/8681";>#8681</a>/30a3d0ef
 backport][3.10] Improve performance of starting request ha...</li>
   <li><a 
href="https://github.com/aio-libs/aiohttp/commit/78d45e733dfeebc0914a409ea2af646fcb6f1c61";><code>78d45e7</code></a>
 Fix Python parser when chunk separators align (<a 
href="https://redirect.github.com/aio-libs/aiohttp/issues/8720";>#8720</a>) (<a 
href="https://redirect.github.com/aio-libs/aiohttp/issues/8722";>#8722</a>)</li>
   <li><a 
href="https://github.com/aio-libs/aiohttp/commit/5ef8cbaf3b83ffcb3b61cad7b20e702fc35b85eb";><code>5ef8cba</code></a>
 [PR <a 
href="https://redirect.github.com/aio-libs/aiohttp/issues/8717";>#8717</a>/e0a7c0cb
 backport][3.10] Minor tweaks backported from <a 
href="https://redirect.github.com/aio-libs/aiohttp/issues/8701";>#8701</a> (<a 
href="https://redirect.github.com/aio-libs/aiohttp/issues/8719";>#8719</a>)</li>
   <li><a 
href="https://github.com/aio-libs/aiohttp/commit/677f6af46c375a0eb2b43bc254ae69967815e52b";><code>677f6af</code></a>
 [PR <a 
href="https://redirect.github.com/aio-libs/aiohttp/issues/8714";>#8714</a>/8690b0fb
 backport][3.10] Minor improvements to testing docs (<a 
href="https://redirect.github.com/aio-libs/aiohttp/issues/8715";>#8715</a>)</li>
   <li><a 
href="https://github.com/aio-libs/aiohttp/commit/58e859763017daaac67c66c02b0b782e23e09798";><code>58e8597</code></a>
 [PR <a 
href="https://redirect.github.com/aio-libs/aiohttp/issues/8693";>#8693</a>/7ca244ef
 backport][3.10] Fix missing logic in quickstart example (#...</li>
   <li><a 
href="https://github.com/aio-libs/aiohttp/commit/6a09242294dd7452cff7d71d18adbbd3f5e85503";><code>6a09242</code></a>
 [PR <a 
href="https://redirect.github.com/aio-libs/aiohttp/issues/8700";>#8700</a>/92e14f86
 backport][3.10] Add aiohttp-apischema to supported librari...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/aio-libs/aiohttp/compare/v3.8.0...v3.10.4";>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.8.0&new-version=3.10.4)](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>


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to