From dea6a051920d005ef2907af7268d2f98c6d98fc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 06:34:03 +0000 Subject: [PATCH] chore(deps): update websockets requirement in /packaging 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/17.0.1...17.1) --- updated-dependencies: - dependency-name: websockets dependency-version: '17.1' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packaging/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/requirements.txt b/packaging/requirements.txt index c5c57d7..9fb3d37 100644 --- a/packaging/requirements.txt +++ b/packaging/requirements.txt @@ -1,4 +1,4 @@ # Build-time dependencies for packaging/build.py (see .github/workflows/build-desktop.yml). # websockets must match what bridge.py expects (>= 14 uses the single-arg handler API). -websockets>=17.0.1 +websockets>=17.1 pyinstaller>=6.0