From 243e9db5c711f3694a577139b914b629b2cfe098 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 11:43:51 +0000 Subject: [PATCH] chore(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/12.0...16.0) --- updated-dependencies: - dependency-name: websockets dependency-version: '16.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c734220..2010c9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "requests>=2.28.0", "requests-aws4auth>=1.2.0", "cryptography>=44.0.0", - "websockets>=12.0,<16.0", + "websockets>=12.0,<17.0", "qrcode>=7.4.0", # 生产多副本共享会话后端 "asyncpg>=0.30.0,<1.0.0",