From 935f51fe2dcd56bb2909f1329e3527d48279b8d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 14:20:14 +0000 Subject: [PATCH] Bump python-socketio[asyncio_client] in the pip group Bumps the pip group with 1 update: [python-socketio[asyncio_client]](https://github.com/miguelgrinberg/python-socketio). Updates `python-socketio[asyncio_client]` from 5.14.3 to 5.15.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.14.3...v5.15.0) --- updated-dependencies: - dependency-name: python-socketio[asyncio_client] dependency-version: 5.15.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 45bfbf8..2333a52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "packaging==25.0", "platformdirs==4.5.0", "pyserial==3.5", - "python-socketio[asyncio_client]==5.14.3", + "python-socketio[asyncio_client]==5.15.0", "requests==2.32.5", "sensapex==1.400.4", "rich==14.2.0",