From 07812607d4ad0b55b0348fa62490c40f75a0de61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 10:23:25 +0000 Subject: [PATCH] build(deps): update aiohttp requirement from >=3.9.3 to >=3.14.1 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4f30655e..3da87961 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp[speedups] >= 3.9.3 +aiohttp[speedups] >= 3.14.1 aiohttp-retry >= 2.8.3 backoff >= 2.2.1