From 7370395fd330c4af9582bbc0a46550e23d9a9777 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 08:05:18 +0200 Subject: [PATCH] Update python-socketio requirement from <6,>=5.11.0 to >=5.17.0,<6 (#4486) Updates the requirements on [python-socketio](https://github.com/sponsors/miguelgrinberg) to permit the latest version. - [Commits](https://github.com/sponsors/miguelgrinberg/commits) --- updated-dependencies: - dependency-name: python-socketio dependency-version: 5.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e4df2734f..7179c9f4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ flask_restful flask_wtf~=1.3 inscriptis~=2.2 python-engineio>=4.13.1,<5 -python-socketio>=5.11.0,<6 +python-socketio>=5.17.0,<6 pytz timeago~=1.0 validators~=0.35