From 09d673d937dd436d054c0d600cd7a513fd900d8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 13:01:10 +0000 Subject: [PATCH] build(deps): bump python-socketio from 5.11.3 to 5.14.0 Bumps [python-socketio](https://github.com/miguelgrinberg/python-socketio) from 5.11.3 to 5.14.0. - [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.3...v5.14.0) --- updated-dependencies: - dependency-name: python-socketio dependency-version: 5.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 499eae36dec..5db9d144f35 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ uvicorn[standard]==0.34.0 pydantic==2.10.6 python-multipart==0.0.20 -python-socketio==5.11.3 +python-socketio==5.14.0 python-jose==3.4.0 passlib[bcrypt]==1.7.4 diff --git a/pyproject.toml b/pyproject.toml index 52260e45e22..59121d3e64c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "pydantic==2.10.6", "python-multipart==0.0.18", - "python-socketio==5.11.3", + "python-socketio==5.14.0", "python-jose==3.4.0", "passlib[bcrypt]==1.7.4",