mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Bump various test dependency pins (#10877)
This commit is contained in:
@@ -342,11 +342,11 @@ if sys.version_info >= (3, 12):
|
||||
option_strings: Sequence[str],
|
||||
dest: str,
|
||||
default: _T | str | None = None,
|
||||
type: Callable[[str], _T] | FileType | None = sentinel, # noqa: Y011
|
||||
choices: Iterable[_T] | None = sentinel, # noqa: Y011
|
||||
type: Callable[[str], _T] | FileType | None = sentinel,
|
||||
choices: Iterable[_T] | None = sentinel,
|
||||
required: bool = False,
|
||||
help: str | None = None,
|
||||
metavar: str | tuple[str, ...] | None = sentinel, # noqa: Y011
|
||||
metavar: str | tuple[str, ...] | None = sentinel,
|
||||
) -> None: ...
|
||||
|
||||
elif sys.version_info >= (3, 9):
|
||||
|
||||
Reference in New Issue
Block a user