From 5c3e756ba17a4adfeceda3b44f0ec16d8fa7e6e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 12:58:52 +0000 Subject: [PATCH] Bump python-socketio from 5.10.0 to 5.14.0 Bumps [python-socketio](https://github.com/miguelgrinberg/python-socketio) from 5.10.0 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.10.0...v5.14.0) --- updated-dependencies: - dependency-name: python-socketio dependency-version: 5.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_web.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_web.txt b/requirements_web.txt index d2b2cb9..2e4c31b 100644 --- a/requirements_web.txt +++ b/requirements_web.txt @@ -1,6 +1,6 @@ Flask==3.0.0 Flask-SocketIO==5.3.6 -python-socketio==5.10.0 +python-socketio==5.14.0 python-engineio Werkzeug==3.0.1 Jinja2==3.1.2