chore(deps): update websockets requirement from 13.1 to 15.0.1

Updates the requirements on [websockets](https://github.com/python-websockets/websockets) to permit the latest version.
- [Release notes](https://github.com/python-websockets/websockets/releases)
- [Commits](https://github.com/python-websockets/websockets/compare/13.1...15.0.1)

---
updated-dependencies:
- dependency-name: websockets
  dependency-version: 15.0.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-04-18 06:00:50 +00:00 committed by 刘瑞斌
parent 3554bdf7df
commit 9b21a36e1a

View File

@ -38,7 +38,7 @@ pydub = "0.25.1"
cffi = "1.17.1"
pysilk = "0.0.1"
sentence-transformers = "4.1.0"
websockets = "13.1"
websockets = "15.0.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"