]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
change mypy version requirement to require less frequent updates
authorBob Halley <halley@dnspython.org>
Fri, 11 Mar 2022 18:01:49 +0000 (10:01 -0800)
committerBob Halley <halley@dnspython.org>
Fri, 11 Mar 2022 18:01:49 +0000 (10:01 -0800)
pyproject.toml

index 7a1bcd9b5c5776948c204a805e5974b9c7e4b6d1..7b40c8a2fa23a794245880bdb134b5b6b9c22d25 100644 (file)
@@ -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']