From 044fe258f261b5d35726d52a434725d38efdbea9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 03:57:19 +0000 Subject: [PATCH] chore(deps): bump websockets from 12.0 to 16.0 in /backend Bumps [websockets](https://github.com/python-websockets/websockets) from 12.0 to 16.0. - [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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index b54cb5b..d4eec9d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,7 +9,7 @@ uvicorn[standard]==0.29.0 # HTTP Client requests==2.32.4 httpx==0.27.0 -websockets==12.0 +websockets==16.0 # Data Validation pydantic==2.7.1