Skip to content

Commit 1faaf61

Browse files
⬆️ 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](pyinstaller/pyinstaller@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] <support@github.com>
1 parent f500862 commit 1faaf61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sv-ttk~=2.6.1 # Tk Sun Valley theme for configuration editor
99
tkinter-tooltip~=3.1.2 # Tooltips for configuration editor
1010
uptime~=3.0.1 # For System Uptime
1111
ping3~=5.1.5 # ICMP ping implementation using raw socket
12-
pyinstaller~=6.19.0 # bundles a Python application and all its dependencies into a single package
12+
pyinstaller~=6.20.0 # bundles a Python application and all its dependencies into a single package
1313
pyusb~=1.3.1 # For TURZX USB models: communicate directly through USB
1414
pycryptodome~=3.23.0 # For TURZX USB models: decrypt/encrypt frames using DES
1515

0 commit comments

Comments
 (0)