From 61011b3e16989f7420bd29fd9a1e3c2bdc6ae58b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 09:40:04 +0000 Subject: [PATCH] build(deps): bump aiohttp in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [aiohttp](https://github.com/aio-libs/aiohttp). Updates `aiohttp` from 3.10.11 to 3.12.14 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.10.11...v3.12.14) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.14 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5d9c4a0..bcb8390 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiofiles==0.8.0 -aiohttp==3.10.11 +aiohttp==3.12.14 aiosignal==1.2.0 ansiwrap==0.8.4 anyio==3.5.0 diff --git a/setup.py b/setup.py index a3ba7be..0db3ab7 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ ], install_requires=[ "aiofiles==0.8.0", - "aiohttp==3.10.11", + "aiohttp==3.12.14", "aiosignal==1.2.0", "ansiwrap==0.8.4", "anyio==3.5.0",