diff --git a/mypy-requirements.txt b/mypy-requirements.txt index b3f9aec8e..3ce97850a 100644 --- a/mypy-requirements.txt +++ b/mypy-requirements.txt @@ -1,5 +1,5 @@ # NOTE: this needs to be kept in sync with the "requires" list in pyproject.toml -basedtyping>=0.0.1 +basedtyping>=0.0.2 typing_extensions>=3.10 mypy_extensions>=0.4.3 typed_ast>=1.4.0,<2; python_version<'3.8'