diff --git a/stubs/pyinstaller/METADATA.toml b/stubs/pyinstaller/METADATA.toml index e7a906e9addb..c66bbb9fab64 100644 --- a/stubs/pyinstaller/METADATA.toml +++ b/stubs/pyinstaller/METADATA.toml @@ -1,2 +1,2 @@ -version = "6.17.*" +version = "6.18.*" upstream_repository = "https://github.com/pyinstaller/pyinstaller" diff --git a/stubs/pyinstaller/PyInstaller/building/splash.pyi b/stubs/pyinstaller/PyInstaller/building/splash.pyi index ffdbf395670e..506def4b1888 100644 --- a/stubs/pyinstaller/PyInstaller/building/splash.pyi +++ b/stubs/pyinstaller/PyInstaller/building/splash.pyi @@ -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):