From 61aa065be3aa29a227ad8d5ba5d74ddb5e07b6f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 14:04:18 +0000 Subject: [PATCH] Bump aiohttp from 3.13.2 to 3.13.3 in the pip group --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.3 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 c25ee91..5d7c114 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Medical Science Apps.", ] dependencies = [ - "aiohttp==3.13.2", + "aiohttp==3.13.3", "colorama==0.4.6", "keyboard==0.13.5", "packaging==25.0",