From fec18aea45d85b0c48f0f9544cbbc35ffa85486e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 14:48:52 +0000 Subject: [PATCH] Bump the pip group with 1 update Bumps the pip group with 1 update: [python-socketio](https://github.com/miguelgrinberg/python-socketio). Updates `python-socketio` from 5.11.1 to 5.11.2 - [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.11.1...v5.11.2) --- updated-dependencies: - dependency-name: python-socketio 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 2d7a4ce..0bbb186 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "aiohttp==3.9.3", "platformdirs==4.2.0", "pyserial==3.5", - "python-socketio==5.11.1", + "python-socketio==5.11.2", "pythonnet==3.0.3", "requests==2.31.0", "sensapex==1.400.0",