From 09ee3e62c872791635f37f4a13498b1c1b1cbb62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 23:45:43 +0000 Subject: [PATCH] build(deps): Bump websockets from 15.0.1 to 16.0 in /backend Bumps [websockets](https://github.com/python-websockets/websockets) from 15.0.1 to 16.0. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/15.0.1...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 c3d0ca76..4af73aa0 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -33,4 +33,4 @@ urllib3==2.6.3 uvicorn==0.40.0 uvloop==0.22.1 watchfiles==1.1.1 -websockets==15.0.1 +websockets==16.0