[PR #5068] [MERGED] build(deps): bump aiohttp from 3.10.2 to 3.10.5 in /backend #8416

Closed
opened 2025-11-11 17:56:00 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/5068
Author: @dependabot[bot]
Created: 9/1/2024
Status: Merged
Merged: 9/3/2024
Merged by: @tjbck

Base: devHead: dependabot/pip/backend/dev/aiohttp-3.10.5


📝 Commits (1)

  • b7cda48 build(deps): bump aiohttp from 3.10.2 to 3.10.5 in /backend

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 backend/requirements.txt (+1 -1)

📄 Description

Bumps aiohttp from 3.10.2 to 3.10.5.

Release notes

Sourced from aiohttp's releases.

3.10.5

Bug fixes

  • Fixed :meth:aiohttp.ClientResponse.json() not setting status when :exc:aiohttp.ContentTypeError is raised -- by :user:bdraco.

    Related issues and pull requests on GitHub: #8742.

Miscellaneous internal changes

  • Improved performance of the WebSocket reader -- by :user:bdraco.

    Related issues and pull requests on GitHub: #8736, #8747.


3.10.4

Bug fixes

  • Fixed decoding base64 chunk in BodyPartReader -- by :user:hyzyla.

    Related issues and pull requests on GitHub: #3867.

  • Fixed a race closing the server-side WebSocket where the close code would not reach the client -- by :user:bdraco.

    Related issues and pull requests on GitHub: #8680.

  • Fixed unconsumed exceptions raised by the WebSocket heartbeat -- by :user:bdraco.

    If the heartbeat ping raised an exception, it would not be consumed and would be logged as an warning.

... (truncated)

Changelog

Sourced from aiohttp's changelog.

3.10.5 (2024-08-19)

Bug fixes

  • Fixed :meth:aiohttp.ClientResponse.json() not setting status when :exc:aiohttp.ContentTypeError is raised -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:8742.

Miscellaneous internal changes

  • Improved performance of the WebSocket reader -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:8736, :issue:8747.


3.10.4 (2024-08-17)

Bug fixes

  • Fixed decoding base64 chunk in BodyPartReader -- by :user:hyzyla.

    Related issues and pull requests on GitHub: :issue:3867.

  • Fixed a race closing the server-side WebSocket where the close code would not reach the client -- by :user:bdraco.

    Related issues and pull requests on GitHub: :issue:8680.

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/5068 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/1/2024 **Status:** ✅ Merged **Merged:** 9/3/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/aiohttp-3.10.5` --- ### 📝 Commits (1) - [`b7cda48`](https://github.com/open-webui/open-webui/commit/b7cda48a03986e637189c27265fd750792b0f0a5) build(deps): bump aiohttp from 3.10.2 to 3.10.5 in /backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.2 to 3.10.5. <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.5</h2> <h2>Bug fixes</h2> <ul> <li> <p>Fixed :meth:<code>aiohttp.ClientResponse.json()</code> not setting <code>status</code> when :exc:<code>aiohttp.ContentTypeError</code> is raised -- 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/8742">#8742</a>.</p> </li> </ul> <h2>Miscellaneous internal changes</h2> <ul> <li> <p>Improved performance of the WebSocket reader -- 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/8736">#8736</a>, <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8747">#8747</a>.</p> </li> </ul> <hr /> <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> </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.5 (2024-08-19)</h1> <h2>Bug fixes</h2> <ul> <li> <p>Fixed :meth:<code>aiohttp.ClientResponse.json()</code> not setting <code>status</code> when :exc:<code>aiohttp.ContentTypeError</code> is raised -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8742</code>.</p> </li> </ul> <h2>Miscellaneous internal changes</h2> <ul> <li> <p>Improved performance of the WebSocket reader -- by :user:<code>bdraco</code>.</p> <p><em>Related issues and pull requests on GitHub:</em> :issue:<code>8736</code>, :issue:<code>8747</code>.</p> </li> </ul> <hr /> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/aiohttp/commit/ec453ba6d1cf8f5bb502f2e2a861c463e755f387"><code>ec453ba</code></a> Release 3.10.5 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8754">#8754</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/5953df16d2329a05dc861607d54e9b7425e91119"><code>5953df1</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8749">#8749</a>/5e30b49 backport][3.10] Bump cffi to 1.17.0 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8752">#8752</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/83bd23970e5ccd8f40be7325d56cbf140e252367"><code>83bd239</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8747">#8747</a>/e97b17a6 backport][3.10] Make MESSAGE_TYPES_WITH_CONTENT a frozense...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/c7ff47b3916aaa4bb94074660e6969dbf1b77305"><code>c7ff47b</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8742">#8742</a>/b4f9cb35 backport][3.10] Fix status not being set when ClientRespon...</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/fbfedd6c32deb75a5564fe584e5c8c127beb3a29"><code>fbfedd6</code></a> [PR <a href="https://redirect.github.com/aio-libs/aiohttp/issues/8736">#8736</a>/1b88af2 backport][3.10] Improve performance of WebSocketReader (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8743">#8743</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/dba260545e74612fb9968c681a0ef1bff1f03cd4"><code>dba2605</code></a> [3.10] Bump pypa/cibuildwheel to v2.20.0 (<a href="https://redirect.github.com/aio-libs/aiohttp/issues/8740">#8740</a>)</li> <li><a href="https://github.com/aio-libs/aiohttp/commit/92dc91bea6e144d85206fc0a7f5d4907d5bd08ed"><code>92dc91b</code></a> Bump version to 3.10.5.dev0</li> <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>Additional commits viewable in <a href="https://github.com/aio-libs/aiohttp/compare/v3.10.2...v3.10.5">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.2&new-version=3.10.5)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:56:00 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#8416