From 3f57cb9d9a508db0530cefdc67d5a529424ac2f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:53:08 +0000 Subject: [PATCH] Update websockets requirement from >=7.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/10.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 711f9f14d..195af72e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ order_book==0.6.1 pyyaml requests>=2.18.4 uvloop -websockets>=7.0 +websockets>=15.0.1 yapic.json>=1.6.3 \ No newline at end of file