summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2021-01-31 14:20:03 -0800
committerGitHub <noreply@github.com>2021-01-31 14:20:03 -0800
commit3ee950f8c8b31f0f12d896f1ea335f99d53def94 (patch)
treed5d9bbc40b11b454345575d72845f34907636486
parent8c17a7bcf733af17bf2931ad567efc2f92a79ee6 (diff)
parent11764288080fc85ec0b1560c5b1ecf3b6372a4a6 (diff)
downloaddnspython-3ee950f8c8b31f0f12d896f1ea335f99d53def94.tar.gz
Merge pull request #627 from rthalley/dependabot/pip/mypy-tw-0.800
Update mypy requirement from ^0.790 to ^0.800
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 3d6f5e9..c824f0e 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.790"
+mypy = "^0.800"
pytest = ">=5.4.1,<7"
pytest-cov = "^2.10.0"
flake8 = "^3.7.9"