From 3d34d6c9c5d39fdac25ed0dfbb7bf878183ad618 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 21:32:45 +0000 Subject: [PATCH] Update sounddevice requirement from >=0.4 to >=0.5.5 in /linux Updates the requirements on [sounddevice](https://github.com/spatialaudio/python-sounddevice) to permit the latest version. - [Release notes](https://github.com/spatialaudio/python-sounddevice/releases) - [Changelog](https://github.com/spatialaudio/python-sounddevice/blob/master/NEWS.rst) - [Commits](https://github.com/spatialaudio/python-sounddevice/compare/0.4.0...0.5.5) --- updated-dependencies: - dependency-name: sounddevice dependency-version: 0.5.5 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..72af9ec 100644 --- a/linux/requirements.txt +++ b/linux/requirements.txt @@ -1,5 +1,5 @@ faster-whisper>=1.0 pynput>=1.7 tomli-w>=1.0 -sounddevice>=0.4 +sounddevice>=0.5.5 websockets>=12.0