From be53046d34760d45e73af99d5d3071236e172688 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Fri, 11 Mar 2022 10:01:49 -0800 Subject: [PATCH] change mypy version requirement to require less frequent updates --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a1bcd9b..7b40c8a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ coverage = "^6.0" twine = "^3.1.1" wheel = "^0.35.0" pylint = "^2.7.4" -mypy = "^0.940" +mypy = ">=0.940" [tool.poetry.extras] doh = ['httpx', 'h2', 'requests', 'requests-toolbelt'] -- 2.47.3