From e74915a447b9f0a118bf69e65ceda6f2129f2f9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 04:08:09 +0000 Subject: [PATCH] Update websockets requirement from >=12.0 to >=16.0 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.0) --- updated-dependencies: - dependency-name: websockets dependency-version: '16.0' 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..3bd08c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ ntplib PyInstaller pytest pytest-asyncio -websockets>=12.0 +websockets>=16.0 paho-mqtt>=1.6.0