From ab33eead209036fac9423cd76bdfa94b4811f17e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 07:19:48 +0000 Subject: [PATCH] chore(deps): bump python-socketio from 5.11.1 to 5.14.2 Bumps [python-socketio](https://github.com/miguelgrinberg/python-socketio) from 5.11.1 to 5.14.2. - [Release notes](https://github.com/miguelgrinberg/python-socketio/releases) - [Changelog](https://github.com/miguelgrinberg/python-socketio/blob/main/CHANGES.md) - [Commits](https://github.com/miguelgrinberg/python-socketio/compare/v5.11.1...v5.14.2) --- updated-dependencies: - dependency-name: python-socketio dependency-version: 5.14.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1eaabbdfed0..149872e6ab7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dependencies = [ "huggingface-hub==0.26.1", "pydantic-settings==2.2.1", "pydantic==2.7.2", - "python-socketio==5.11.1", + "python-socketio==5.14.2", "uvicorn[standard]==0.28.0", # Auxiliary dependencies, pinned only if necessary.