From c43ce975efb3aa43a59f1c32428dbf88398748ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 09:51:17 +0000 Subject: [PATCH] Bump aiohttp from 3.11.6 to 3.12.14 Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.11.6 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.11.6...v3.12.14) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.14 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 ba79dea..6cad2af 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,5 +2,5 @@ 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.11.6 +aiohttp==3.12.14 asynctest==0.13.0