From f0ddf5c1843f1b47882184e36db70edd1a9bac61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 22:15:50 +0000 Subject: [PATCH] Bump aiohttp from 3.11.1 to 3.14.1 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70947350cb..7bfb271af1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ gui = [ "distro==1.9.0; sys_platform == 'linux'", ] wheel = [ - "aiohttp==3.11.1", + "aiohttp==3.14.1", "appdirs==1.4.4", "beautifulsoup4==4.13.5", "colorama==0.4.6",