diff --git a/setup.py b/setup.py index 5de9d72c9..d23f492df 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def find_stub_files(name: str) -> List[str]: ] extras_require = { - "compatible-mypy": ["mypy>=1.1.1,<1.2"], + "compatible-mypy": ["mypy>=1.2.0,<1.3"], "coreapi": ["coreapi>=2.0.0"], "markdown": ["types-Markdown>=0.1.5"], }