From 0d11ce4a98b592f7711d34c16913d2bf2b9bc461 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 14:03:02 +0000 Subject: [PATCH] Bump python-socketio from 5.15.1 to 5.16.0 in the pip group Bumps the pip group with 1 update: [python-socketio](https://github.com/miguelgrinberg/python-socketio). Updates `python-socketio` from 5.15.1 to 5.16.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.15.1...v5.16.0) --- updated-dependencies: - dependency-name: python-socketio dependency-version: 5.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8320d07..c25ee91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "packaging==25.0", "platformdirs==4.5.1", "pyserial==3.5", - "python-socketio==5.15.1", + "python-socketio==5.16.0", "requests==2.32.5", "sensapex==1.504.1", "rich==14.2.0",