From dfaca37987b57e68195b2e74d05df9627a49adec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 03:21:09 +0000 Subject: [PATCH] Update websockets requirement from >=12.0 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/12.0...15.0.1) --- updated-dependencies: - dependency-name: websockets dependency-version: 15.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e8c37632..ba8ea5f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,4 +21,4 @@ PyYAML>=6.0 reportlab>=3.5.0 streamlit uvicorn>=0.24.0 -websockets>=12.0 +websockets>=15.0.1