[pyinstaller] Update to 6.18.* (#15279)

This commit is contained in:
Semyon Moroz
2026-01-14 08:30:17 +00:00
committed by GitHub
parent 82c9b97fef
commit ce0726c156
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
version = "6.17.*"
version = "6.18.*"
upstream_repository = "https://github.com/pyinstaller/pyinstaller"
@@ -2,8 +2,6 @@ from _typeshed import StrPath
from PyInstaller.building.datastruct import Target, _TOCTuple
splash_requirements: list[str]
# Referenced in https://pyinstaller.org/en/stable/spec-files.html#example-merge-spec-file
# Not to be imported during runtime, but is the type reference for spec files which are executed as python code
class Splash(Target):