From 219c828cf7407856e047144419961df6a6ce4bd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 14:25:46 +0000 Subject: [PATCH] Bump the pip group with 2 updates Bumps the pip group with 2 updates: [platformdirs](https://github.com/platformdirs/platformdirs) and [python-socketio[asyncio_client]](https://github.com/miguelgrinberg/python-socketio). Updates `platformdirs` from 4.2.2 to 4.3.2 - [Release notes](https://github.com/platformdirs/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](https://github.com/platformdirs/platformdirs/compare/4.2.2...4.3.2) Updates `python-socketio[asyncio_client]` from 5.11.3 to 5.11.4 - [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.3...v5.11.4) --- updated-dependencies: - dependency-name: platformdirs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 031743f..1bb62b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,9 +32,9 @@ classifiers = [ dependencies = [ "aiohttp==3.10.5", "colorama==0.4.6", - "platformdirs==4.2.2", + "platformdirs==4.3.2", "pyserial==3.5", - "python-socketio[asyncio_client]==5.11.3", + "python-socketio[asyncio_client]==5.11.4", "pythonnet==3.0.3", "requests==2.32.3", "sensapex==1.400.1",