Skip to content

Commit ce0726c

Browse files
authored
[pyinstaller] Update to 6.18.* (#15279)
1 parent 82c9b97 commit ce0726c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

stubs/pyinstaller/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "6.17.*"
1+
version = "6.18.*"
22
upstream_repository = "https://github.com/pyinstaller/pyinstaller"

stubs/pyinstaller/PyInstaller/building/splash.pyi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ from _typeshed import StrPath
22

33
from PyInstaller.building.datastruct import Target, _TOCTuple
44

5-
splash_requirements: list[str]
6-
75
# Referenced in https://pyinstaller.org/en/stable/spec-files.html#example-merge-spec-file
86
# Not to be imported during runtime, but is the type reference for spec files which are executed as python code
97
class Splash(Target):

0 commit comments

Comments
 (0)