From 8ea5f50bae16252e5e527063bbf98911c1894a4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 03:10:06 +0000 Subject: [PATCH] Bump aiohttp from 3.13.4 to 3.14.0 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.0 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 40bf160574..b04165e892 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ gui = [ "distro==1.9.0; sys_platform == 'linux'", ] wheel = [ - "aiohttp==3.13.4", + "aiohttp==3.14.0", "appdirs==1.4.4", "beautifulsoup4==4.13.5", "colorama==0.4.6",