Skip to content

Commit 94894ee

Browse files
build(deps): update sounddevice requirement from >=0.4.6 to >=0.5.5 (#146)
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](spatialaudio/python-sounddevice@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c2cf99f commit 94894ee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
# Core runtime deps (mirrors requirements.txt). Optional stacks are extras below.
2929
dependencies = [
3030
"pynput>=1.8.2",
31-
"sounddevice>=0.4.6",
31+
"sounddevice>=0.5.5",
3232
"soundfile>=0.13.1",
3333
"numpy>=2.4.6",
3434
"requests>=2.34.2",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pynput>=1.8.2
2-
sounddevice>=0.4.6
2+
sounddevice>=0.5.5
33
soundfile>=0.13.1
44
numpy>=2.4.6
55
requests>=2.34.2

0 commit comments

Comments
 (0)