From b0df1a852873757fb0423d6e675fb4147f4385b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 11:05:54 -0800 Subject: [PATCH] Bump the pip group with 2 updates (#408) Bumps the pip group with 2 updates: [aiohttp](https://github.com/aio-libs/aiohttp) and [python-socketio[asyncio_client]](https://github.com/miguelgrinberg/python-socketio). Updates `aiohttp` from 3.11.10 to 3.11.11 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.11.10...v3.11.11) Updates `python-socketio[asyncio_client]` from 5.11.4 to 5.12.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.11.4...v5.12.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: python-socketio[asyncio_client] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 826f903..3d65770 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,12 +29,12 @@ classifiers = [ "Topic :: Scientific/Engineering :: Medical Science Apps.", ] dependencies = [ - "aiohttp==3.11.10", + "aiohttp==3.11.11", "colorama==0.4.6", "packaging==24.2", "platformdirs==4.3.6", "pyserial==3.5", - "python-socketio[asyncio_client]==5.11.4", + "python-socketio[asyncio_client]==5.12.0", "requests==2.32.3", "sensapex==1.400.3", "rich==13.9.4",