Bump pyinstaller to 5.6.* (#8981)

This commit is contained in:
Samuel T
2022-10-25 09:39:32 -04:00
committed by GitHub
parent 5bbba5d008
commit 8ca0394ead
2 changed files with 7 additions and 1 deletions

View File

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

View File

@@ -75,3 +75,9 @@ def include_or_exclude_file(
include_list: Iterable[StrOrBytesPath] | None = ...,
exclude_list: Iterable[StrOrBytesPath] | None = ...,
) -> bool: ...
def collect_delvewheel_libs_directory(
package_name: str,
libdir_name: StrPath | None = ...,
datas: list[tuple[str, str]] | None = ...,
binaries: list[tuple[str, str]] | None = ...,
) -> tuple[list[tuple[str, str]], list[tuple[str, str]]]: ...