From 1ef87edfbf1bfe95e88f288b6ae0bdad7797d239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 08:33:42 +0000 Subject: [PATCH] chore(deps): update websockets requirement from >=12.0 to >=17.0.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...17.0.1) --- updated-dependencies: - dependency-name: websockets dependency-version: 17.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/requirements.txt b/bot/requirements.txt index 58e71ce..f2e5e81 100644 --- a/bot/requirements.txt +++ b/bot/requirements.txt @@ -1,4 +1,4 @@ -websockets>=12.0 +websockets>=17.0.1 faster-whisper>=1.0.3 numpy>=1.26.4 requests>=2.32.3