From 202580b89725bd2c253b63d576a89796346d9d84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 08:32:55 +0000 Subject: [PATCH] chore(deps): update websockets requirement from >=12.0 to >=17.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...17.0) --- updated-dependencies: - dependency-name: websockets dependency-version: '17.0' 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..a703f0f 100644 --- a/bot/requirements.txt +++ b/bot/requirements.txt @@ -1,4 +1,4 @@ -websockets>=12.0 +websockets>=17.0 faster-whisper>=1.0.3 numpy>=1.26.4 requests>=2.32.3