From 8844de91de7f449ac7f977c83513ba611275a257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 20:21:52 +0000 Subject: [PATCH] Bump websockets from 16.0 to 16.1.1 in /AirType.LocalAsrWorker Bumps [websockets](https://github.com/python-websockets/websockets) from 16.0 to 16.1.1. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/16.0...16.1.1) --- updated-dependencies: - dependency-name: websockets dependency-version: '16.1' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- AirType.LocalAsrWorker/pyproject.toml | 2 +- AirType.LocalAsrWorker/requirements-runtime.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AirType.LocalAsrWorker/pyproject.toml b/AirType.LocalAsrWorker/pyproject.toml index c10298a..ceb16ea 100644 --- a/AirType.LocalAsrWorker/pyproject.toml +++ b/AirType.LocalAsrWorker/pyproject.toml @@ -9,7 +9,7 @@ description = "Local AirType ASR worker using faster-whisper over a localhost We requires-python = ">=3.12" license = { text = "AGPL-3.0-only" } dependencies = [ - "websockets==16.0", + "websockets==16.1.1", "faster-whisper==1.2.1", "ctranslate2==4.8.1", "onnxruntime==1.24.4", diff --git a/AirType.LocalAsrWorker/requirements-runtime.txt b/AirType.LocalAsrWorker/requirements-runtime.txt index a2f58c7..6f7302f 100644 --- a/AirType.LocalAsrWorker/requirements-runtime.txt +++ b/AirType.LocalAsrWorker/requirements-runtime.txt @@ -23,4 +23,4 @@ tokenizers==0.23.1 tqdm==4.67.3 typing-extensions==4.16.0 urllib3==2.7.0 -websockets==16.0 +websockets==16.1.1