From 8d9e4861fe411043a4d52c98cc18ee59c48337c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 21:15:24 +0000 Subject: [PATCH] chore(deps-dev): bump aiohttp from 3.14.1 to 3.14.3 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.14.1 to 3.14.3. - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.14.1...v3.14.3) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d108450a..7b97a407 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -122,7 +122,7 @@ yapf==0.43.0 zipp==4.1.0 ; python_version >= '3.7' -aiohttp==3.14.1 ; python_version >= '3.6' +aiohttp==3.14.3 ; python_version >= '3.6' aiosignal==1.4.0 ; python_version >= '3.7'