From ef16a0e821ed83c835e022d3a4b3b231bb2f67c1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 15 Oct 2018 19:12:49 +0200 Subject: [PATCH] Update mypy from 0.620 to 0.641 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 1294648..2abc7c8 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -9,4 +9,4 @@ Sphinx==1.7.6 pytest==3.7.1 pytest-runner==4.2 pytest-cov==2.5.1 -mypy==0.620; python_version >= '3.4' +mypy==0.641; python_version >= '3.4'