Bump pyinstaller to 6.11.* (#12911)

This commit is contained in:
Avasam
2024-10-27 22:03:17 +01:00
committed by GitHub
parent 601ce5a4b0
commit c225ac7587
3 changed files with 2 additions and 2 deletions
@@ -68,3 +68,4 @@ class PostGraphAPI:
def set_module_collection_mode(
self, name: str | None, mode: Literal["pyz", "pyc", "py", "pyz+py", "py+pyz"] | None
) -> None: ...
def add_bindepend_symlink_suppression_pattern(self, pattern: str) -> None: ...