summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-06-22 05:44:40 +0000
committerGitHub <noreply@github.com>2020-06-22 05:44:40 +0000
commit7ce7a2aae6b984322b253e25f920480204763b00 (patch)
tree2523fc0a9fec2e8baec8b9a02323c22f2a6ee86f
parent56eec30b771efefed49fd16a147e0cafb1134ab4 (diff)
downloaddnspython-dependabot/pip/mypy-tw-0.781.tar.gz
Update mypy requirement from ^0.780 to ^0.781dependabot/pip/mypy-tw-0.781
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.780...v0.781) Signed-off-by: dependabot[bot] <support@github.com>
-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"