summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-06-22 06:49:16 -0700
committerGitHub <noreply@github.com>2020-06-22 06:49:16 -0700
commitd43fd3d4d9433605600912e6bf88102f3149fd8c (patch)
tree2523fc0a9fec2e8baec8b9a02323c22f2a6ee86f
parent56eec30b771efefed49fd16a147e0cafb1134ab4 (diff)
parent7ce7a2aae6b984322b253e25f920480204763b00 (diff)
downloaddnspython-d43fd3d4d9433605600912e6bf88102f3149fd8c.tar.gz
Merge pull request #513 from rthalley/dependabot/pip/mypy-tw-0.781
Update mypy requirement from ^0.780 to ^0.781
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 017ea57..12ad510 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.780"
+mypy = "^0.781"
pytest = "^5.4.1"
flake8 = "^3.7.9"
sphinx = "^3.0.0"