From 1690aea22af2ca7137971ae90ebda72f3970e70a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 18:10:05 -0400 Subject: [PATCH] chore(deps): update websockets requirement from >=10.4 to >=15.0.1 (#472) 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/10.4...15.0.1) --- updated-dependencies: - dependency-name: websockets dependency-version: 15.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 98f09531..53e0f53e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ torchvision>=0.13.0 # API dependencies fastapi>=0.95.0 uvicorn>=0.20.0 -websockets>=10.4 +websockets>=15.0.1 pydantic>=1.10.0 python-jose[cryptography]>=3.3.0 python-multipart>=0.0.6