From 5c17fc6d7d1d3ae5bde32fa1299cace44aa82465 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Fri, 26 Dec 2025 00:17:12 +0000 Subject: [PATCH] [stubsabot] Bump Flask-SocketIO to 5.6.* Release: https://pypi.org/pypi/Flask-SocketIO/5.6.0 Homepage: https://github.com/miguelgrinberg/flask-socketio Repository: https://github.com/miguelgrinberg/flask-socketio Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/Flask-SocketIO Diff: https://github.com/miguelgrinberg/flask-socketio/compare/v5.5.1...v5.6.0 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 10. - Total lines of Python code deleted: 3. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI --- stubs/Flask-SocketIO/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/Flask-SocketIO/METADATA.toml b/stubs/Flask-SocketIO/METADATA.toml index 658dde445b55..1fc858c968a4 100644 --- a/stubs/Flask-SocketIO/METADATA.toml +++ b/stubs/Flask-SocketIO/METADATA.toml @@ -1,3 +1,3 @@ -version = "5.5.*" +version = "5.6.*" requires = ["Flask>=0.9"] upstream_repository = "https://github.com/miguelgrinberg/flask-socketio"