From 6ea73c61043349cf139fdcfb206aeda36274b632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 11:43:37 +0000 Subject: [PATCH] Bump aiohttp from 3.12.14 to 3.14.3 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.12.14 to 3.14.3. - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.12.14...v3.14.3) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 9dd0d92..bac5356 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,6 +2,6 @@ pytest<9.0.0 flask>=2.0.3,<4.0.0 Django>=3.2.9,<5.0.0 atlassian-httptest==1.0.0 -aiohttp==3.12.14 +aiohttp==3.14.3 types-requests types-setuptools