From 40e2d7aceb7cf244ff9314b74cf55e9e536812e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 17:12:44 +0000 Subject: [PATCH] Build(deps): update aiohttp requirement from >=3.9.5 to >=3.14.3 Updates the requirements on [aiohttp](https://github.com/aio-libs/aiohttp) to permit the latest version. - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.5...v3.14.3) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 30d17bb3..78870be1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ httpx>=0.28.1,<0.29.0 -aiohttp>=3.9.5 +aiohttp>=3.14.3 click>=8.4.1 mattermostautodriver>=11.2.1 schedule>=1.2.2