Bump various test dependencies (#9549)

This commit is contained in:
Alex Waygood
2023-01-16 19:04:45 +00:00
committed by GitHub
parent 6b23df3db6
commit 597e1a0078
9 changed files with 19 additions and 16 deletions

View File

@@ -32,7 +32,7 @@ from io import BufferedRandom, BufferedReader, BufferedWriter, FileIO, TextIOWra
from types import CodeType, TracebackType, _Cell
# mypy crashes if any of {ByteString, Sequence, MutableSequence, Mapping, MutableMapping} are imported from collections.abc in builtins.pyi
from typing import ( # noqa: Y027
from typing import ( # noqa: Y022
IO,
Any,
BinaryIO,