From 452d0a8584e2cfb2607318da431db966b328077a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 21:32:42 +0000 Subject: [PATCH] Update websockets requirement from >=12.0 to >=16.0 in /linux 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] --- linux/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/requirements.txt b/linux/requirements.txt index 36d8ede..581ce31 100644 --- a/linux/requirements.txt +++ b/linux/requirements.txt @@ -2,4 +2,4 @@ faster-whisper>=1.0 pynput>=1.7 tomli-w>=1.0 sounddevice>=0.4 -websockets>=12.0 +websockets>=16.0