From db9210e62b3fb1fc0a85be927f8bf97d3dbc26be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 23:04:24 +0000 Subject: [PATCH] Bump python-socketio from 5.11.4 to 5.14.0 in /backend Bumps [python-socketio](https://github.com/miguelgrinberg/python-socketio) from 5.11.4 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.4...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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index faeb22d..a0e7f50 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -188,7 +188,7 @@ python-multipart==0.0.9 # via # the-culling-game-backend (pyproject.toml) # fastapi -python-socketio==5.11.4 +python-socketio==5.14.0 # via the-culling-game-backend (pyproject.toml) pytz==2025.2 # via taskiq