From c6ed77f3ecf4c5fee0b3e9c273a45c65146e4e52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 15:27:48 +0000 Subject: [PATCH] chore(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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1d26545..1cbacab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pyside6-essentials>=6.5.0 -sounddevice>=0.4.6 +sounddevice>=0.5.5 numpy>=1.24.0 httpx>=0.27.0 python-dotenv>=1.0