From fd196d54f33b2691d26fbf52b189d19d412017cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 14:09:37 +0000 Subject: [PATCH] chore(deps): bump websockets from 16.0 to 16.1 in /backend Bumps [websockets](https://github.com/python-websockets/websockets) from 16.0 to 16.1. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/16.0...16.1) --- updated-dependencies: - dependency-name: websockets dependency-version: '16.1' dependency-type: direct:production update-type: version-update:semver-minor ... 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 7e9478987..490c0203e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -30,7 +30,7 @@ python-jose[cryptography]==3.3.0 python-dotenv==1.1.1 # WebSockets -websockets==16.0 +websockets==16.1 # HTTP Client (used by crewai/openai) httpx==0.28.1