From a96f7a2cd7ecfe2318a2448aadad56871658be95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 22:57:08 +0000 Subject: [PATCH] chore(deps): update dependency aiohttp to v3.13.0 --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 851fe18..5997d81 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ requests==2.32.4 -aiohttp==3.12.15 +aiohttp==3.13.0 diff --git a/setup.cfg b/setup.cfg index 6cf3d63..eca407f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,4 +22,4 @@ packages = find: python_requires = >=3.10 install_requires = requests==2.32.4 - aiohttp==3.12.15 + aiohttp==3.13.0