From e4cc1f33ea036ef1e079b4f5c02bce39c5c9ff71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 16:52:55 +0000 Subject: [PATCH] Bump aiohttp from 3.14.0 to 3.14.1 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.1 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 5afb190e..72ecfbec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ { name = "Torsten Hellwig" } ] dependencies = [ - "aiohttp[speedups]==3.14.0", + "aiohttp[speedups]==3.14.1", "chess==1.11.2", "prompt-toolkit==3.0.52", "psutil==7.2.2",