From 01ea171d96faaff5136bfe14227aebe742d04399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 19:15:28 +0000 Subject: [PATCH] chore(deps): update websockets requirement in /backend/live-bridge 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/13.0...16.0) --- updated-dependencies: - dependency-name: websockets dependency-version: '16.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/live-bridge/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/live-bridge/requirements.txt b/backend/live-bridge/requirements.txt index 3d9cdd3..0f7de97 100644 --- a/backend/live-bridge/requirements.txt +++ b/backend/live-bridge/requirements.txt @@ -5,4 +5,4 @@ google-adk google-cloud-firestore==2.21.0 firebase-admin==6.5.0 stripe>=11.0.0 -websockets>=13.0 +websockets>=16.0