From a9f048bdc00976ba69f63ba4216303ce6ad6d133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 14:06:38 +0000 Subject: [PATCH] Bump the pip group with 2 updates --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: python-socketio[asyncio_client] dependency-version: 5.14.3 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 00c8ecb..e005fa7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,13 +25,13 @@ classifiers = [ "Topic :: Scientific/Engineering :: Medical Science Apps.", ] dependencies = [ - "aiohttp==3.13.0", + "aiohttp==3.13.2", "colorama==0.4.6", "keyboard==0.13.5", "packaging==25.0", "platformdirs==4.5.0", "pyserial==3.5", - "python-socketio[asyncio_client]==5.14.1", + "python-socketio[asyncio_client]==5.14.3", "requests==2.32.5", "sensapex==1.400.4", "rich==14.2.0",