From 187b1ef8474138bf896b57bc540d2e26121b6133 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 20:13:32 +0000 Subject: [PATCH] chore(deps): update dependency aiohttp to v3.14.3 [security] --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 71261a5..4591926 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ requests==2.33.1 -aiohttp==3.13.5 +aiohttp==3.14.3 diff --git a/setup.cfg b/setup.cfg index 8fa5bbd..6ccfe66 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,4 +22,4 @@ packages = find: python_requires = >=3.10 install_requires = requests==2.33.1 - aiohttp==3.13.5 + aiohttp==3.14.3