From 436813f306d161a7ff8cb63c8f9a90c379c3c9d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 05:16:56 +0000 Subject: [PATCH] chore(deps): bump websockets from 16.1.1 to 17.0.1 in /backend Bumps [websockets](https://github.com/python-websockets/websockets) from 16.1.1 to 17.0.1. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/16.1.1...17.0.1) --- updated-dependencies: - dependency-name: websockets dependency-version: 17.0.1 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 6a31c929..60f8dc64 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -382,7 +382,7 @@ wcmatch==11.0 # via pycasbin wcwidth==0.8.2 # via prompt-toolkit -websockets==16.1.1 +websockets==17.0.1 # via # langsmith # uvicorn