mirror of
https://github.com/shirayu/whispering.git
synced 2025-03-13 22:22:40 +00:00
Bump sounddevice from 0.4.5 to 0.4.6
Bumps [sounddevice](https://github.com/spatialaudio/python-sounddevice) from 0.4.5 to 0.4.6. - [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.5...0.4.6) --- updated-dependencies: - dependency-name: sounddevice dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
57db63ddde
commit
3ba04d5237
2 changed files with 8 additions and 8 deletions
14
poetry.lock
generated
14
poetry.lock
generated
|
@ -981,17 +981,17 @@ files = [
|
|||
|
||||
[[package]]
|
||||
name = "sounddevice"
|
||||
version = "0.4.5"
|
||||
version = "0.4.6"
|
||||
description = "Play and Record Sound with Python"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "sounddevice-0.4.5-py3-none-any.whl", hash = "sha256:5cea4afd9412e731f50ae09a54d68b10628a604cfd56b42a976c54d424c6c39d"},
|
||||
{file = "sounddevice-0.4.5-py3-none-macosx_10_6_x86_64.macosx_10_6_universal2.whl", hash = "sha256:0875173595a8bd5a66b5a03a3d958e7b89c3b956b8befbe4491a24a3ce7784c0"},
|
||||
{file = "sounddevice-0.4.5-py3-none-win32.whl", hash = "sha256:442adf53850916374a58f902200aaf9412227378181264e60c966da64be47d41"},
|
||||
{file = "sounddevice-0.4.5-py3-none-win_amd64.whl", hash = "sha256:d3216c5d3d678c3301058e9aac7000879e255140c524c9ef98730091b67ea676"},
|
||||
{file = "sounddevice-0.4.5.tar.gz", hash = "sha256:2fe0d41299e4f3037dad2acede4eff0666b34a1fa3da5335e47120373964bef5"},
|
||||
{file = "sounddevice-0.4.6-py3-none-any.whl", hash = "sha256:5de768ba6fe56ad2b5aaa2eea794b76b73e427961c95acad2ee2ed7f866a4b20"},
|
||||
{file = "sounddevice-0.4.6-py3-none-macosx_10_6_x86_64.macosx_10_6_universal2.whl", hash = "sha256:8b0b806c205dd3e3cd5a97262b2482624fd21db7d47083b887090148a08051c8"},
|
||||
{file = "sounddevice-0.4.6-py3-none-win32.whl", hash = "sha256:e3ba6e674ffa8f79a591d744a1d4ab922fe5bdfd4faf8b25069a08e051010b7b"},
|
||||
{file = "sounddevice-0.4.6-py3-none-win_amd64.whl", hash = "sha256:7830d4f8f8570f2e5552942f81d96999c5fcd9a0b682d6fc5d5c5529df23be2c"},
|
||||
{file = "sounddevice-0.4.6.tar.gz", hash = "sha256:3236b78f15f0415bdf006a620cef073d0c0522851d66f4a961ed6d8eb1482fe9"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -1393,4 +1393,4 @@ resolved_reference = "fd8f80c8b880dd7c284c109ca7f03dbe978bc532"
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.8,<3.11"
|
||||
content-hash = "3b163402c332efacb221fc4ad7a8ef657d663bc61bad09a90c2f27a59c85d0b7"
|
||||
content-hash = "132301d796b2f2ee9a72c6e0fe17eef97f5a3a75ae68676a0a9982ce61519a57"
|
||||
|
|
|
@ -14,7 +14,7 @@ packages = [{include = "whispering"}]
|
|||
[tool.poetry.dependencies]
|
||||
python = ">=3.8,<3.11"
|
||||
whisper = {git = "https://github.com/openai/whisper.git", rev = 'fd8f80c8b880dd7c284c109ca7f03dbe978bc532'}
|
||||
sounddevice = "^0.4.5"
|
||||
sounddevice = "^0.4.6"
|
||||
pydantic = "^1.10.4"
|
||||
websockets = "^10.4"
|
||||
tqdm = "*"
|
||||
|
|
Loading…
Reference in a new issue