From bd788502465760bfd270955c38bdf0be04cc0996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 06:34:09 +0000 Subject: [PATCH] chore(deps): update pyinstaller requirement in /packaging Updates the requirements on [pyinstaller](https://github.com/pyinstaller/pyinstaller) to permit the latest version. - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v6.0.0...v6.22.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-version: 6.22.0 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..35c777f 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 -pyinstaller>=6.0 +pyinstaller>=6.22.0