summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2021-06-09 09:08:41 -0700
committerGitHub <noreply@github.com>2021-06-09 09:08:41 -0700
commitbf2d6244f8ae6c5ab736c0f0ea4cf99ef9a42d65 (patch)
tree6f1ad2f7e4f49c2017072871ffa9516362482441
parentcf73187c7c13a7d913a8d069849f37b91157f497 (diff)
parentfa78e5d6d4b325d14b86287b01ecd3db5cf9af61 (diff)
downloaddnspython-bf2d6244f8ae6c5ab736c0f0ea4cf99ef9a42d65.tar.gz
Merge pull request #667 from rthalley/dependabot/pip/mypy-tw-0.901
Update mypy requirement from ^0.812 to ^0.901
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index dd522f8..0857c85 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,7 +19,7 @@ curio = {version="^1.2", optional=true}
sniffio = {version="^1.1", optional=true}
[tool.poetry.dev-dependencies]
-mypy = "^0.812"
+mypy = "^0.901"
pytest = ">=5.4.1,<7"
pytest-cov = "^2.10.0"
flake8 = "^3.7.9"