diff options
Diffstat (limited to 'qa/tox.ini')
-rw-r--r-- | qa/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/tox.ini b/qa/tox.ini index 1b54ca0af3b..e1583649f8c 100644 --- a/qa/tox.ini +++ b/qa/tox.ini @@ -10,7 +10,7 @@ commands=flake8 --select=F,E9 --exclude=venv,.tox [testenv:mypy] basepython = python3 -deps = mypy==0.770 +deps = mypy==0.782 commands = mypy {posargs:.} [testenv:import-tasks] |