Skip to content

Commit 51132cd

Browse files
⬆️ Update pyinstaller requirement from ~=6.16.0 to ~=6.17.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.16.0...v6.17.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-version: 6.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 25acaab commit 51132cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tkinter-tooltip~=3.1.2 # Tooltips for configuration editor
1010
uptime~=3.0.1 # For System Uptime
1111
requests~=2.32.5 # HTTP library
1212
ping3~=5.1.5 # ICMP ping implementation using raw socket
13-
pyinstaller~=6.16.0 # bundles a Python application and all its dependencies into a single package
13+
pyinstaller~=6.17.0 # bundles a Python application and all its dependencies into a single package
1414

1515
# Image generation
1616
Pillow~=11.3.0; python_version < "3.10" # For Python 3.9, only Pillow 11.x is supported

0 commit comments

Comments
 (0)