[build] Bump PyInstaller to v6.13.0

Authored by: bashonly
This commit is contained in:
bashonly
2025-05-02 22:04:01 -05:00
parent b77e5a553a
commit f95279fb68
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ test = [
"pytest-rerunfailures~=14.0",
]
pyinstaller = [
"pyinstaller>=6.11.1", # Windows temp cleanup fixed in 6.11.1
"pyinstaller>=6.13.0", # Windows temp cleanup fixed in 6.13.0
]
[project.urls]