From be81c6ea07fb94efb62d494cf45723479d252932 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 14:38:24 +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.12.0 to 5.12.1 - [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.12.0...v5.12.1) --- updated-dependencies: - dependency-name: python-socketio[asyncio_client] dependency-type: direct:production update-type: version-update:semver-patch 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 2f3f9d9..24b1a90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "packaging==24.2", "platformdirs==4.3.6", "pyserial==3.5", - "python-socketio[asyncio_client]==5.12.0", + "python-socketio[asyncio_client]==5.12.1", "requests==2.32.3", "sensapex==1.400.3", "rich==13.9.4",