mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
Bump pyinstaller to 6.11.* (#12911)
This commit is contained in:
@@ -39,7 +39,6 @@ PyInstaller\.loader(\.\w+)*
|
||||
PyInstaller.log
|
||||
PyInstaller\.utils\.cliutils(\.\w+)*
|
||||
PyInstaller.utils.conftest
|
||||
PyInstaller.utils.git
|
||||
PyInstaller.utils.hooks.django
|
||||
PyInstaller.utils.hooks.gi
|
||||
PyInstaller.utils.hooks.qt
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
version = "6.10.*"
|
||||
version = "6.11.*"
|
||||
upstream_repository = "https://github.com/pyinstaller/pyinstaller"
|
||||
|
||||
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user