Bump PyInstaller-stubs to 5.5 (#8874)

This commit is contained in:
Samuel T
2022-10-09 23:22:55 -04:00
committed by GitHub
parent 3bcb0508f6
commit 1d7ace353a
3 changed files with 5 additions and 1 deletions

View File

@@ -1,14 +1,17 @@
# fake module, only exists once the app is frozen
pyi_splash
# Undocumented and clearly not meant to be exposed
PyInstaller.__main__.generate_parser
PyInstaller.__main__.run_build
PyInstaller.__main__.run_makespec
PyInstaller.utils.hooks.conda.lib_dir
# A mix of modules meant to be private, and shallow incomplete type references for other modules
PyInstaller.building.*
PyInstaller.depend.analysis.*
PyInstaller.isolated._parent.*
# Most modules are not meant to be used, yet are not marked as private
PyInstaller.archive.*
PyInstaller.config

View File

@@ -1,4 +1,4 @@
version = "5.4.*"
version = "5.5.*"
requires = ["types-setuptools"]
[tool.stubtest]

View File

@@ -15,6 +15,7 @@ is_py37: bool
is_py38: bool
is_py39: bool
is_py310: bool
is_py311: bool
is_win: bool
is_win_10: bool
is_win_wine: bool