From da6cac60aa6262a2b155447d939176cdbbdd35f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 10:28:50 -0700 Subject: [PATCH] Bump python-socketio from 5.9.0 to 5.10.0 (#244) Bumps [python-socketio](https://github.com/miguelgrinberg/python-socketio) from 5.9.0 to 5.10.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.9.0...v5.10.0) --- updated-dependencies: - dependency-name: python-socketio dependency-type: direct:production update-type: version-update:semver-minor ... 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 c6daa08..213d560 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ requires-python = ">=3.8, <3.12" dependencies = [ "aiohttp==3.8.6", "pyserial==3.5", - "python-socketio==5.9.0", + "python-socketio==5.10.0", "pythonnet==3.0.2", "wheel==0.41.2", "sensapex==1.400.0",