From 1cde4f987324ee6ca0fa0da6b72fa7b042e51218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 05:36:37 +0000 Subject: [PATCH] chore(deps): update websockets requirement from >=12.0 to >=16.1.1 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.1.1) --- updated-dependencies: - dependency-name: websockets dependency-version: 16.1.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 9d8089c..2c81027 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.12" dependencies = [ "fastapi>=0.110.0", "uvicorn[standard]>=0.28.0", - "websockets>=12.0", + "websockets>=16.1.1", "sqlalchemy[mypy]>=2.0.28", "asyncpg>=0.29.0", "psycopg2-binary>=2.9.9",