Bump mypy (and a few other test dependencies) (#11196)

This commit is contained in:
Alex Waygood
2023-12-21 22:57:58 +00:00
committed by GitHub
parent c1137ee364
commit 16933b838e
12 changed files with 17 additions and 18 deletions

View File

@@ -83,6 +83,7 @@ if sys.platform != "win32":
def write(self, data: bytes, flags: int = ...) -> int: ...
def close(self) -> None: ...
def fileno(self) -> int: ...
def __del__(self) -> None: ...
class file_dispatcher(dispatcher):
def __init__(self, fd: FileDescriptorLike, map: _MapType | None = None) -> None: ...