From 7b7bcb528af40e3984a965c9193b5de53f3c20dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 07:14:17 +0000 Subject: [PATCH] build(deps): update websockets requirement from <18,>=12 to >=17.0.1,<18 Updates the requirements on [websockets](https://github.com/python-websockets/websockets) to permit the latest version. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/12.0...17.0.1) --- updated-dependencies: - dependency-name: websockets dependency-version: 17.0.1 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..29f31fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ # Automation Frontend Control (AFC) V0.001 - runtime dependencies aiohttp>=3.9,<4 -websockets>=12,<18 +websockets>=17.0.1,<18 PyYAML>=6,<7