diff --git a/setup.py b/setup.py index ad034934b..af2006868 100644 --- a/setup.py +++ b/setup.py @@ -182,7 +182,7 @@ def merge_req_lists(*req_lists: List[str]) -> List[str]: ] mypy_dependencies = [ - "mypy==1.5.0", + "mypy==1.6.0", ] devel_full = merge_req_lists(