From 22718d761eaf3a84227bbb1f1bddfbdca0c71439 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 04:05:27 +0000 Subject: [PATCH] Update websockets requirement from >=12.0 to >=16.1.1 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...16.1.1) --- updated-dependencies: - dependency-name: websockets dependency-version: 16.1.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 1a7c657..0e60369 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ ntplib PyInstaller pytest pytest-asyncio -websockets>=12.0 +websockets>=16.1.1 paho-mqtt>=1.6.0