From 2083f0eb4ed468b80d52176fe809354d7d07f2a7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 6 Jun 2025 03:28:33 +0000 Subject: [PATCH] Update dependency aiohttp to v3.12.9 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 68ba403..2b61cb9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiohappyeyeballs==2.4.0 ; python_version >= "3.11" and python_full_version <= "3.13.0" -aiohttp==3.10.5 ; python_version >= "3.11" and python_full_version <= "3.13.0" +aiohttp==3.12.9 ; python_version >= "3.11" and python_full_version <= "3.13.0" aiosignal==1.3.2 ; python_version >= "3.11" and python_full_version <= "3.13.0" alembic==1.13.2 ; python_version >= "3.11" and python_full_version <= "3.13.0" annotated-types==0.7.0 ; python_version >= "3.11" and python_full_version <= "3.13.0"