From 1524bfd80e670e3da2ccdd6e5b5e58cffd1e65a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 11:36:09 +0000 Subject: [PATCH] Update python-socketio requirement from >=5.16.0 to >=5.16.1 Updates the requirements on [python-socketio](https://github.com/miguelgrinberg/python-socketio) to permit the latest version. - [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.16.0...v5.16.1) --- updated-dependencies: - dependency-name: python-socketio dependency-version: 5.16.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f65a02..1a28ba4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "python-dotenv>=1.2.1", "python-engineio>=4.13.0", "python-multipart>=0.0.21", - "python-socketio>=5.16.0", + "python-socketio>=5.16.1", "pyyaml>=6.0.3", "requests>=2.32.5", "simple-websocket>=1.1.0",