From 85119a07648fa679273e8038a3532795c2f9a339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 04:42:49 +0000 Subject: [PATCH] Update websockets requirement from <16.0.0,>=14.0.0 to >=14.0.0,<17.0.0 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/14.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 3e2870e696..2a43b590de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "pycryptodome>=3.17,<4", "idna>=3.4,<4", "tabulate==0.8.10", - "websockets>=14.0.0,<16.0.0", + "websockets>=14.0.0,<17.0.0", "pyjwt>=2.7.0,<3", "beautifulsoup4>=4.12.2,<5", "lxml>=4.9.2,<7.0.0",