From 0107a8f70f62f173e52f5ccf3f8406421d04af89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 21:37:53 +0000 Subject: [PATCH] deps: update websockets requirement from <13,>=11 to >=11,<16 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...15.0.1) --- updated-dependencies: - dependency-name: websockets dependency-version: 15.0.1 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 adb4058..87a179a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ requires-python = ">=3.9,<4.0" dependencies = [ "fastapi>=0.111,<0.113", "uvicorn[standard]>=0.29,<0.31", - "websockets>=11,<13", + "websockets>=11,<16", "prometheus-client>=0.17,<0.21", "pydantic>=2.7,<3.0", "pydantic-settings>=2.3,<3.0",