From cc45883f053531dd7cd5ea6edd171bd8bddd7365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 16:04:32 +0000 Subject: [PATCH] Bump aiohttp[speedups] from 3.13.2 to 3.13.3 --- updated-dependencies: - dependency-name: aiohttp[speedups] dependency-version: 3.13.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 11f91233..d1a26c3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ { name = "Torsten Hellwig" } ] dependencies = [ - "aiohttp[speedups]==3.13.2", + "aiohttp[speedups]==3.13.3", "chess==1.11.2", "psutil==7.2.0", "pyyaml==6.0.3",