From 4c3689c2a9d3e3d6488d096c1e3825dcce9e2692 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:25:32 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the / directory: [aiohttp](https://github.com/aio-libs/aiohttp), [sensapex](https://github.com/sensapex/sensapex-py) and [rich](https://github.com/Textualize/rich). Updates `aiohttp` from 3.10.9 to 3.11.9 - [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.10.9...v3.11.9) Updates `sensapex` from 1.400.2 to 1.400.3 - [Commits](https://github.com/sensapex/sensapex-py/commits) Updates `rich` from 13.9.2 to 13.9.4 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v13.9.2...v13.9.4) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: sensapex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8aee7ab..9b0a657 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,15 +30,15 @@ classifiers = [ "Topic :: Scientific/Engineering :: Medical Science Apps.", ] dependencies = [ - "aiohttp==3.10.9", + "aiohttp==3.11.9", "colorama==0.4.6", "platformdirs==4.3.6", "pyserial==3.5", "python-socketio[asyncio_client]==5.11.4", "pythonnet==3.0.4", "requests==2.32.3", - "sensapex==1.400.2", - "rich==13.9.2", + "sensapex==1.400.3", + "rich==13.9.4", "vbl-aquarium==0.0.22" ]