From 4ddaea4cb5c2e84ecf288514d8dd9441792a830b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 11:46:25 -0800 Subject: [PATCH] Bump python-socketio[asyncio_client] in the pip group (#415) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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",