From: Bob Halley Date: Fri, 11 Mar 2022 18:01:49 +0000 (-0800) Subject: change mypy version requirement to require less frequent updates X-Git-Tag: v2.3.0rc1~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be53046d34760d45e73af99d5d3071236e172688;p=thirdparty%2Fdnspython.git change mypy version requirement to require less frequent updates --- 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']