diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 9c133df9..a506ad73 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ 'doc8', 'flake8', 'invoke', - 'mypy==0.902', + 'mypy==0.961', 'nox', "pytest>=4.6", 'pytest-cov', @@ -80,7 +80,7 @@ ], 'validate': [ 'flake8', - 'mypy==0.902', + 'mypy==0.961', 'types-pkg-resources', ], }