From 7c4c68197c91335c63ffcb3b59827286afb0d836 Mon Sep 17 00:00:00 2001 From: donbarbos Date: Wed, 14 Jan 2026 11:42:03 +0400 Subject: [PATCH] [pyinstaller] Update to 6.18.* Closes: #15275 --- stubs/pyinstaller/METADATA.toml | 2 +- stubs/pyinstaller/PyInstaller/building/splash.pyi | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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):