From 47019bb8191f8f78315be4c773d48b6fa7573e15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 21:03:55 +0000 Subject: [PATCH] :arrow_up: Update pyinstaller requirement from ~=6.20.0 to ~=6.21.0 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.20.0...v6.21.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-version: 6.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4ec6abb8..d4dcea84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ sv-ttk~=2.6.1 # Tk Sun Valley theme for configuration editor tkinter-tooltip~=3.1.2 # Tooltips for configuration editor uptime~=3.0.1 # For System Uptime ping3~=5.1.5 # ICMP ping implementation using raw socket -pyinstaller~=6.20.0 # bundles a Python application and all its dependencies into a single package +pyinstaller~=6.21.0 # bundles a Python application and all its dependencies into a single package pyusb~=1.3.1 # For TURZX USB models: communicate directly through USB pycryptodome~=3.23.0 # For TURZX USB models: decrypt/encrypt frames using DES