diff --git a/tox.ini b/tox.ini index ad9fccd4e..3af0fdf4f 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ commands = python ./test/filename_matching.py [testenv:mypy] -deps = mypy==0.782 +deps = mypy==0.790 commands = mypy . {posargs}