[PR #3540] [MERGED] chore(deps): bump python-socketio from 5.11.2 to 5.11.3 in /backend #8066

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/3540
Author: @dependabot[bot]
Created: 6/30/2024
Status: Merged
Merged: 6/30/2024
Merged by: @tjbck

Base: devHead: dependabot/pip/backend/dev/python-socketio-5.11.3


📝 Commits (1)

  • 9d1aa4a chore(deps): bump python-socketio from 5.11.2 to 5.11.3 in /backend

📊 Changes

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

View changed files

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

📄 Description

Bumps python-socketio from 5.11.2 to 5.11.3.

Release notes

Sourced from python-socketio's releases.

Release 5.11.3

See CHANGES.md for release notes.

Changelog

Sourced from python-socketio's changelog.

python-socketio change log

Release 5.11.3 - 2024-06-19

  • New shutdown() method added to the client #1333 (commit)
  • Ignore catch-all namespace in client connections #1351 (commit)
  • Accept 0 as a callback id #1329 (commit) (thanks Ruslan Bel'kov!)
  • Minor updates to the server and client documentation (commit)
  • Remove outdated information in intro section of documentation #1337 (commit)
  • Fixed typos in server documentation #1331 (commit) (thanks John Sigg!)

Release 5.11.2 - 2024-03-24

  • Improved routing to catch-all namespace handlers #1316 (commit) (thanks asuka!)
  • Option to disable routing in ASGIApp (commit)

Release 5.11.1 - 2024-02-05

  • Connection retry option in the client #1306 (commit)
  • use Socket.IO sid in transport#1299 (commit)
  • Add support for Python 3.12 and drop 3.7 #1297 (commit) (thanks Hugo van Kemenade!)

Release 5.11.0 - 2024-01-06

  • Support catch-all namespaces #1288 (commit) (thanks mooomooo!)
  • Prevent pubsub managers from ever crashing #1262 (commit)
  • Hold references to background tasks to avoid garbage collection #1191 (commit)
  • Clearer documentation for the max_http_buffer_size argument #1272 (commit)
  • Improved catch-all handler documentation (commit)
  • Documentation typos (commit)
  • Remove documentation references to gevent-websocket, which is not needed anymore (commit)
  • Remove documentation reference to outdated aioredis package #1268 (commit)
  • Update requirements for Django example (commit)
  • Unit test fixes for the new simple clients #1265 (commit)

Release 5.10.0 - 2023-10-15

... (truncated)

Commits
  • c4e2248 Release 5.11.3
  • 5e78ecb Minor updates to the server and client documentation
  • 469b7c0 Ignore catch-all namespace in client connections (Fixes #1351)
  • d67a272 Bump tornado from 6.3.3 to 6.4.1 in /examples/server/tornado (#1346) #nolog
  • a2c266c fix incorrect assertion #nolog
  • 811e044 New shutdown() method added to the client (Fixes #1333)
  • 82ceaf7 Remove outdated information in intro section of documentation
  • 547449b Fix typos in server.rst (#1331)
  • e593519 Accept 0 as a callback id (#1329)
  • 4201981 use codecov token for coverage uploads #nolog
  • Additional commits viewable in compare view

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/3540 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/30/2024 **Status:** ✅ Merged **Merged:** 6/30/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/python-socketio-5.11.3` --- ### 📝 Commits (1) - [`9d1aa4a`](https://github.com/open-webui/open-webui/commit/9d1aa4aebe4f7db64bfb683f695780588543a064) chore(deps): bump python-socketio from 5.11.2 to 5.11.3 in /backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [python-socketio](https://github.com/miguelgrinberg/python-socketio) from 5.11.2 to 5.11.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/miguelgrinberg/python-socketio/releases">python-socketio's releases</a>.</em></p> <blockquote> <h2>Release 5.11.3</h2> <p>See <a href="https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md">CHANGES.md</a> for release notes.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md">python-socketio's changelog</a>.</em></p> <blockquote> <h1>python-socketio change log</h1> <p><strong>Release 5.11.3</strong> - 2024-06-19</p> <ul> <li>New <code>shutdown()</code> method added to the client <a href="https://redirect.github.com/miguelgrinberg/python-socketio/issues/1333">#1333</a> (<a href="https://github.com/miguelgrinberg/python-socketio/commit/811e044a46b7d6e4d94bf870e59d0cd8187850d3">commit</a>)</li> <li>Ignore catch-all namespace in client connections <a href="https://redirect.github.com/miguelgrinberg/python-socketio/issues/1351">#1351</a> (<a href="https://github.com/miguelgrinberg/python-socketio/commit/469b7c0dd51eea97979f784d0c94359ad18a96ac">commit</a>)</li> <li>Accept 0 as a callback id <a href="https://redirect.github.com/miguelgrinberg/python-socketio/issues/1329">#1329</a> (<a href="https://github.com/miguelgrinberg/python-socketio/commit/e59351969241c3d7f44560027cf1e44206e17d6c">commit</a>) (thanks <strong>Ruslan Bel'kov</strong>!)</li> <li>Minor updates to the server and client documentation (<a href="https://github.com/miguelgrinberg/python-socketio/commit/5e78ecbc343d9c7252a6449029263b4a5cb967c8">commit</a>)</li> <li>Remove outdated information in intro section of documentation <a href="https://redirect.github.com/miguelgrinberg/python-socketio/issues/1337">#1337</a> (<a href="https://github.com/miguelgrinberg/python-socketio/commit/82ceaf7a23c51ed1911e550aaf71d6449584eaa0">commit</a>)</li> <li>Fixed typos in server documentation <a href="https://redirect.github.com/miguelgrinberg/python-socketio/issues/1331">#1331</a> (<a href="https://github.com/miguelgrinberg/python-socketio/commit/547449bc70248b1a2c68e362a026d42db083222c">commit</a>) (thanks <strong>John Sigg</strong>!)</li> </ul> <p><strong>Release 5.11.2</strong> - 2024-03-24</p> <ul> <li>Improved routing to catch-all namespace handlers <a href="https://redirect.github.com/miguelgrinberg/python-socketio/issues/1316">#1316</a> (<a href="https://github.com/miguelgrinberg/python-socketio/commit/bd39b8f2156f600ea6de558af03a6be205d6e892">commit</a>) (thanks <strong>asuka</strong>!)</li> <li>Option to disable routing in ASGIApp (<a href="https://github.com/miguelgrinberg/python-socketio/commit/7cc84bd13dfa0a86b0326446fb6954949ef948c0">commit</a>)</li> </ul> <p><strong>Release 5.11.1</strong> - 2024-02-05</p> <ul> <li>Connection retry option in the client <a href="https://redirect.github.com/miguelgrinberg/python-socketio/issues/1306">#1306</a> (<a href="https://github.com/miguelgrinberg/python-socketio/commit/b4f36148d816b2fbf2a81237dff70b18d909aebf">commit</a>)</li> <li>use Socket.IO sid in transport<a href="https://redirect.github.com/miguelgrinberg/python-socketio/issues/1299">#1299</a> (<a href="https://github.com/miguelgrinberg/python-socketio/commit/0e1f23229dc5a478df474e5bb6e5c91e5e30aa04">commit</a>)</li> <li>Add support for Python 3.12 and drop 3.7 <a href="https://redirect.github.com/miguelgrinberg/python-socketio/issues/1297">#1297</a> (<a href="https://github.com/miguelgrinberg/python-socketio/commit/417785293f6c1351be6ea10b6b9f57abff03fdfc">commit</a>) (thanks <strong>Hugo van Kemenade</strong>!)</li> </ul> <p><strong>Release 5.11.0</strong> - 2024-01-06</p> <ul> <li>Support catch-all namespaces <a href="https://redirect.github.com/miguelgrinberg/python-socketio/issues/1288">#1288</a> (<a href="https://github.com/miguelgrinberg/python-socketio/commit/801241378ec6cbbaef6490399220b00473f66d34">commit</a>) (thanks <strong>mooomooo</strong>!)</li> <li>Prevent pubsub managers from ever crashing <a href="https://redirect.github.com/miguelgrinberg/python-socketio/issues/1262">#1262</a> (<a href="https://github.com/miguelgrinberg/python-socketio/commit/12134bd5c50851a1c1cd9ac319beeb7b12a9398b">commit</a>)</li> <li>Hold references to background tasks to avoid garbage collection <a href="https://redirect.github.com/miguelgrinberg/python-socketio/issues/1191">#1191</a> (<a href="https://github.com/miguelgrinberg/python-socketio/commit/2f07824347190026e3dc40c66cffbb5604d09799">commit</a>)</li> <li>Clearer documentation for the <code>max_http_buffer_size</code> argument <a href="https://redirect.github.com/miguelgrinberg/python-socketio/issues/1272">#1272</a> (<a href="https://github.com/miguelgrinberg/python-socketio/commit/1f488b03b669ee8b4435e342ff00d8b88f43d5fc">commit</a>)</li> <li>Improved catch-all handler documentation (<a href="https://github.com/miguelgrinberg/python-socketio/commit/0a54ec6ae46848b336849d6c198c11a6e1dcf51f">commit</a>)</li> <li>Documentation typos (<a href="https://github.com/miguelgrinberg/python-socketio/commit/29c794333ec284bd8f968db68d24738ef2b43923">commit</a>)</li> <li>Remove documentation references to gevent-websocket, which is not needed anymore (<a href="https://github.com/miguelgrinberg/python-socketio/commit/0aa8683a3b13f5175fea70e52f889297d605b2bc">commit</a>)</li> <li>Remove documentation reference to outdated aioredis package <a href="https://redirect.github.com/miguelgrinberg/python-socketio/issues/1268">#1268</a> (<a href="https://github.com/miguelgrinberg/python-socketio/commit/344e5c1d6b3927464cf31069cea198569c6540b3">commit</a>)</li> <li>Update requirements for Django example (<a href="https://github.com/miguelgrinberg/python-socketio/commit/f72139b89e4de9eb38aa90d62ca0fa205db196d9">commit</a>)</li> <li>Unit test fixes for the new simple clients <a href="https://redirect.github.com/miguelgrinberg/python-socketio/issues/1265">#1265</a> (<a href="https://github.com/miguelgrinberg/python-socketio/commit/66b9586a65564d82ae3589c65e541a0e593d90d3">commit</a>)</li> </ul> <p><strong>Release 5.10.0</strong> - 2023-10-15</p> <ul> <li>New <code>SimpleClient</code> and <code>AsyncSimpleClient</code> classes <a href="https://redirect.github.com/miguelgrinberg/python-socketio/issues/1237">#1237</a> ([commit <a href="https://redirect.github.com/miguelgrinberg/python-socketio/issues/1">#1</a>](<a href="https://github.com/miguelgrinberg/python-socketio/commit/55d6310eb3e194b1e67e40942a953bc4413b98b7">https://github.com/miguelgrinberg/python-socketio/commit/55d6310eb3e194b1e67e40942a953bc4413b98b7</a>)) ([commit <a href="https://redirect.github.com/miguelgrinberg/python-socketio/issues/2">#2</a>](<a href="https://github.com/miguelgrinberg/python-socketio/commit/699ee9c47adcb44f1a8150d8c92a9555d07f7b5b">https://github.com/miguelgrinberg/python-socketio/commit/699ee9c47adcb44f1a8150d8c92a9555d07f7b5b</a>))</li> <li>Reporting to Socket.IO Admin UI (<a href="https://admin.socket.io">https://admin.socket.io</a>) <a href="https://redirect.github.com/miguelgrinberg/python-socketio/issues/1164">#1164</a> (<a href="https://github.com/miguelgrinberg/python-socketio/commit/4bf48776ca08acba255bf660f5ca61810202826a">commit</a>)</li> <li>Support entering and leaving rooms through pubsub client managers (<a href="https://github.com/miguelgrinberg/python-socketio/commit/d222f4c3deb7a12f3a8c584777dbfc18448a206d">commit</a>)</li> <li>Async versions of enter_room and leave_room should be coroutines (<strong>breaking change</strong>) (<a href="https://github.com/miguelgrinberg/python-socketio/commit/8e3460c5fcc351ca0cff83c690eedcde0e8a6e7e">commit</a>)</li> <li>Add a <code>shutdown()</code> function for the server (<a href="https://github.com/miguelgrinberg/python-socketio/commit/c419fc5481846ab026ca847234f5ebe5420e510a">commit</a>)</li> <li>Message queue optimizations <a href="https://redirect.github.com/miguelgrinberg/python-socketio/issues/1240">#1240</a> (<a href="https://github.com/miguelgrinberg/python-socketio/commit/dc6e4f516f38d1125cb44ccae11b120ffa8fe7f3">commit</a>)</li> <li>Remove unneeded arguments from super() (<a href="https://github.com/miguelgrinberg/python-socketio/commit/8da3c617a66877ec0fc5ab25256ead41ae611351">commit</a>)</li> <li>Internal code restructure (no functional changes) ([commit <a href="https://redirect.github.com/miguelgrinberg/python-socketio/issues/1">#1</a>](<a href="https://github.com/miguelgrinberg/python-socketio/commit/ef0f88f6cf5687dddfd0e3be9a90af2865d5871f">https://github.com/miguelgrinberg/python-socketio/commit/ef0f88f6cf5687dddfd0e3be9a90af2865d5871f</a>)) ([commit <a href="https://redirect.github.com/miguelgrinberg/python-socketio/issues/2">#2</a>](<a href="https://github.com/miguelgrinberg/python-socketio/commit/58b57068ab770d099bdd54d4eb8d22ce8a4f6751">https://github.com/miguelgrinberg/python-socketio/commit/58b57068ab770d099bdd54d4eb8d22ce8a4f6751</a>))</li> <li>Add FastAPI and Litestar server examples (<a href="https://github.com/miguelgrinberg/python-socketio/commit/2e1f0262ad9a037858b04b9dcec7509ee5008f8c">commit</a>)</li> <li>Update Socket.IO JavaScript client to version 4.7.2 in all examples (<a href="https://github.com/miguelgrinberg/python-socketio/commit/3f78af283171d23b7f1dbfd055e21afe00877399">commit</a>)</li> <li>Update <code>ping_timeout</code> documented default to accord with current Engine.IO behavior <a href="https://redirect.github.com/miguelgrinberg/python-socketio/issues/1255">#1255</a> (<a href="https://github.com/miguelgrinberg/python-socketio/commit/d40b3a33fff5c6b896559fc534ccd611ab9cf1f4">commit</a>) (thanks <strong>[object Object]</strong>!)</li> <li>Refactor common testing helpers into a separate module (<a href="https://github.com/miguelgrinberg/python-socketio/commit/7208ec09e17466758cebb0732801ec84b25f1299">commit</a>)</li> <li>Migrate Python package metadata to pyproject.toml (<a href="https://github.com/miguelgrinberg/python-socketio/commit/6bdc498d423ca793b3db2d158fba4a461610de6a">commit</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/miguelgrinberg/python-socketio/commit/c4e22486f4d8cc8a880366e3a14680eb7ad5e268"><code>c4e2248</code></a> Release 5.11.3</li> <li><a href="https://github.com/miguelgrinberg/python-socketio/commit/5e78ecbc343d9c7252a6449029263b4a5cb967c8"><code>5e78ecb</code></a> Minor updates to the server and client documentation</li> <li><a href="https://github.com/miguelgrinberg/python-socketio/commit/469b7c0dd51eea97979f784d0c94359ad18a96ac"><code>469b7c0</code></a> Ignore catch-all namespace in client connections (Fixes <a href="https://redirect.github.com/miguelgrinberg/python-socketio/issues/1351">#1351</a>)</li> <li><a href="https://github.com/miguelgrinberg/python-socketio/commit/d67a272c2eb95869292e8c9ae73d4afc2996c6b2"><code>d67a272</code></a> Bump tornado from 6.3.3 to 6.4.1 in /examples/server/tornado (<a href="https://redirect.github.com/miguelgrinberg/python-socketio/issues/1346">#1346</a>) #nolog</li> <li><a href="https://github.com/miguelgrinberg/python-socketio/commit/a2c266c6f9868dac4569bb01c63dc443a2291dd1"><code>a2c266c</code></a> fix incorrect assertion #nolog</li> <li><a href="https://github.com/miguelgrinberg/python-socketio/commit/811e044a46b7d6e4d94bf870e59d0cd8187850d3"><code>811e044</code></a> New shutdown() method added to the client (Fixes <a href="https://redirect.github.com/miguelgrinberg/python-socketio/issues/1333">#1333</a>)</li> <li><a href="https://github.com/miguelgrinberg/python-socketio/commit/82ceaf7a23c51ed1911e550aaf71d6449584eaa0"><code>82ceaf7</code></a> Remove outdated information in intro section of documentation</li> <li><a href="https://github.com/miguelgrinberg/python-socketio/commit/547449bc70248b1a2c68e362a026d42db083222c"><code>547449b</code></a> Fix typos in server.rst (<a href="https://redirect.github.com/miguelgrinberg/python-socketio/issues/1331">#1331</a>)</li> <li><a href="https://github.com/miguelgrinberg/python-socketio/commit/e59351969241c3d7f44560027cf1e44206e17d6c"><code>e593519</code></a> Accept 0 as a callback id (<a href="https://redirect.github.com/miguelgrinberg/python-socketio/issues/1329">#1329</a>)</li> <li><a href="https://github.com/miguelgrinberg/python-socketio/commit/42019816e6630c6bcdc5f07c6cbe093eb833b841"><code>4201981</code></a> use codecov token for coverage uploads #nolog</li> <li>Additional commits viewable in <a href="https://github.com/miguelgrinberg/python-socketio/compare/v5.11.2...v5.11.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python-socketio&package-manager=pip&previous-version=5.11.2&new-version=5.11.3)](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:44:07 -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#8066