From bfe25949d4ca843624143b054686ecb145665334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 09:26:39 +0000 Subject: [PATCH] deps(deps): update websockets requirement 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/11.0...16.0) --- updated-dependencies: - dependency-name: websockets dependency-version: '16.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 7117aef..e19d46f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ DrissionPage>=4.1.1.4 openai>=2.41.0 # QQ Bot WebSocket 客户端 -websockets>=11.0,<16.0 +websockets>=16.0,<17.0 # 飞书 Bot SDK lark-oapi>=1.6.8