From 9b21a36e1adb3561dfff3babdb69b21e5545e083 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 06:00:50 +0000 Subject: [PATCH] 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 804fa08ef..b8f536d08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"