From e72642e1e0a59f34e6f92174924173c8ee11e7d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 22:43:46 +0000 Subject: [PATCH] Bump websockets from 16.0 to 17.1 in /backend Bumps [websockets](https://github.com/python-websockets/websockets) from 16.0 to 17.1. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/16.0...17.1) --- updated-dependencies: - dependency-name: websockets dependency-version: '17.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 d8578b3..485c50a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -47,6 +47,6 @@ typing_extensions==4.15.0 urllib3==2.7.0 uvicorn==0.52.3 watchfiles==1.1.1 -websockets==16.0 +websockets==17.1 python-socketio==5.16.3 ents==2.3.11