From 53b891a6f72655ff6459fd1f3a1b66de4b1e0fff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 03:46:10 +0000 Subject: [PATCH] deps: update sounddevice requirement from >=0.4.6 to >=0.5.5 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.6...0.5.5) --- updated-dependencies: - dependency-name: sounddevice dependency-version: 0.5.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- install/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/requirements.txt b/install/requirements.txt index 3be9772..6ee12de 100644 --- a/install/requirements.txt +++ b/install/requirements.txt @@ -7,7 +7,7 @@ # comes from the existing env. # Audio I/O for g1_speech (microphone capture, file I/O) -sounddevice>=0.4.6 +sounddevice>=0.5.5 soundfile>=0.12 # ONNX runtime for the Silero VAD model. Swap for onnxruntime-gpu