From 188eb7cf1ad50611180f64ae9eb4381eb79a0fee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 16:16:24 +0000 Subject: [PATCH] Update sounddevice requirement from <=0.4.5 to <=0.5.3 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.1.0...0.5.3) --- updated-dependencies: - dependency-name: sounddevice dependency-version: 0.5.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 646a3fe..bc638e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ 'selenium==3.141.0', 'setuptools-rust<=1.12.0', 'slack-sdk<=3.26.0', - 'sounddevice<=0.4.5', + 'sounddevice<=0.5.3', 'soundfile', 'supervisor<=4.2.4', 'twython<=3.9.1',