From a1a9d03b90c8c68a3bab9be8d2ebc484b364760f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 23:14:29 +0000 Subject: [PATCH] :arrow_up: Bump aiohttp from 3.10.5 to 3.13.3 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.3 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 0507873e..49da04fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiohappyeyeballs==2.4.0 ; python_full_version >= "3.8.1" and python_version < "4.0" -aiohttp==3.10.5 ; python_full_version >= "3.8.1" and python_version < "4.0" +aiohttp==3.13.3 ; python_full_version >= "3.8.1" and python_version < "4.0" aiosignal==1.3.1 ; python_full_version >= "3.8.1" and python_version < "4.0" annotated-types==0.7.0 ; python_full_version >= "3.8.1" and python_version < "4.0" anyio==4.4.0 ; python_full_version >= "3.8.1" and python_version < "4.0"