From 601f9916c5480973be3ef5ada07b71d66f4c4315 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 22:14:35 +0000 Subject: [PATCH] chore(deps): update dependency aiohttp to v3.14.0 --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 71261a5..25289d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ requests==2.33.1 -aiohttp==3.13.5 +aiohttp==3.14.0 diff --git a/setup.cfg b/setup.cfg index 8fa5bbd..f49ad7d 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.0