From 1faaf613a363a829dcb0abec775ca7a03064f6bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 21:05:04 +0000 Subject: [PATCH] :arrow_up: Update pyinstaller requirement from ~=6.19.0 to ~=6.20.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.19.0...v6.20.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-version: 6.20.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 02788be1..71f87626 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.19.0 # bundles a Python application and all its dependencies into a single package +pyinstaller~=6.20.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