mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 20:24:30 +08:00
Bump pyinstaller to 6.6.* (#11764)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version = "6.5.*"
|
||||
version = "6.6.*"
|
||||
upstream_repository = "https://github.com/pyinstaller/pyinstaller"
|
||||
requires = ["types-setuptools"]
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
from _typeshed import Incomplete, StrPath
|
||||
from collections.abc import Iterable
|
||||
from typing import Any
|
||||
from typing import Any, Literal
|
||||
|
||||
from PyInstaller.building import _PyiBlockCipher
|
||||
from PyInstaller.building.datastruct import Target, _TOCTuple
|
||||
@@ -39,4 +39,5 @@ class Analysis(Target):
|
||||
win_private_assemblies: bool = False,
|
||||
noarchive: bool = False,
|
||||
module_collection_mode: Incomplete | None = None,
|
||||
optimize: Literal[-1, 0, 1, 2] | None = -1,
|
||||
) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user