From 66b2af324b5a1069138f973d1c4a8e4fc0460ecb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 18:59:03 +0000 Subject: [PATCH] pip prod(deps): update websockets requirement in /api 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] --- api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index 9c92fa239..21ee022af 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "python-jose", "passlib", "websocket-client>=1.5.0", - "websockets>=12.0", + "websockets>=16.0", "requests-html>=0.10.0", "py3cw>=0.0.39", "apscheduler>=3.6.3",