From b5be28e9d8e2f66a9a951a4a84ecfde9dcc340fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 07:14:44 +0000 Subject: [PATCH] build(deps): update aiohttp requirement from <4,>=3.9 to >=3.14.3,<4 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.0...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 3f37274..5db350b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ # Automation Frontend Control (AFC) V0.001 - runtime dependencies -aiohttp>=3.9,<4 +aiohttp>=3.14.3,<4 websockets>=12,<18 PyYAML>=6,<7