mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
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:
parent
3554bdf7df
commit
9b21a36e1a
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue