Skip to content

Commit

Permalink
Bump pyinstaller to 6.11.* (#12911)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam authored Oct 27, 2024
1 parent 601ce5a commit c225ac7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion stubs/pyinstaller/@tests/stubtest_allowlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion stubs/pyinstaller/METADATA.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = "6.10.*"
version = "6.11.*"
upstream_repository = "https://github.com/pyinstaller/pyinstaller"
1 change: 1 addition & 0 deletions stubs/pyinstaller/PyInstaller/depend/imphookapi.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -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: ...

0 comments on commit c225ac7

Please sign in to comment.