From cdd1fb30bc7c3a89215f15acfb24eebf8d737652 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 02:44:54 +0000 Subject: [PATCH] chore(deps): update websocket-client requirement from >=1.0 to >=1.9.0 Updates the requirements on [websocket-client](https://github.com/websocket-client/websocket-client) to permit the latest version. - [Release notes](https://github.com/websocket-client/websocket-client/releases) - [Changelog](https://github.com/websocket-client/websocket-client/blob/master/ChangeLog) - [Commits](https://github.com/websocket-client/websocket-client/compare/v1.0.0...v1.9.0) --- updated-dependencies: - dependency-name: websocket-client dependency-version: 1.9.0 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 9985a04..7c1970c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ Pygments>=2.0 rich>=13.0 rich-argparse>=1.0 tomli>=2.0 -websocket-client>=1.0 +websocket-client>=1.9.0