From 4c3aaed7d0b6b8d5c9351b45b6e4b1a05c39d156 Mon Sep 17 00:00:00 2001 From: c0llab0rat0r <78339685+c0llab0rat0r@users.noreply.github.com> Date: Sat, 10 Apr 2021 00:31:25 -0500 Subject: [PATCH] Update mypy from 0.790 to 0.812 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ccdb42f0..73f208ef 100644 --- a/tox.ini +++ b/tox.ini @@ -62,7 +62,7 @@ commands = [testenv:typeck] skip_install = true deps = - mypy ~= 0.790 + mypy ~= 0.812 pytest ~= 5.0 {[testenv:py3-httpx]deps-exclusive} commands =