From e08586a47dd8f26d85dbbc5e632eee320e268ad7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 09:42:56 +0000 Subject: [PATCH] Bump aiohttp from 3.8.6 to 3.10.11 --- updated-dependencies: - dependency-name: aiohttp 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 020e2b0b..940f74b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.8.6 ; python_version >= "3.7" and python_version < "4.0" +aiohttp==3.10.11 ; python_version >= "3.7" and python_version < "4.0" aioresponses==0.7.4 ; python_version >= "3.7" and python_version < "4.0" aiosignal==1.3.1 ; python_version >= "3.7" and python_version < "4.0" argcomplete==3.1.1 ; python_version >= "3.7" and python_version < "4.0"