From 4fbca1b92b16adcec81f5736f18b788d85e91f8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 09:27:26 +0000 Subject: [PATCH] chore(deps): bump python-socketio from 5.11.4 to 5.16.2 Bumps [python-socketio](https://github.com/miguelgrinberg/python-socketio) from 5.11.4 to 5.16.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.4...v5.16.2) --- updated-dependencies: - dependency-name: python-socketio dependency-version: 5.16.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d7043f1..d78c9ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Flask==3.0.3 flask-socketio==5.4.1 flask-cors==6.0.0 -python-socketio==5.11.4 +python-socketio==5.16.2 python-engineio==4.9.1 eventlet==0.40.3