summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-02-19 22:31:01 +0000
committerGitHub <noreply@github.com>2021-02-19 22:31:01 +0000
commitc6e513c64bf93f181e7494395f885a9e1e595bcf (patch)
tree57a56cba142861f6009c352a4a22083c533d91a1
parentc249ca426bc43a5cd634387f8b0d09848fa9a169 (diff)
downloaddnspython-dependabot/pip/mypy-tw-0.812.tar.gz
Update mypy requirement from ^0.800 to ^0.812dependabot/pip/mypy-tw-0.812
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.800...v0.812) 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 6c88e44..e3c228a 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.800"
+mypy = "^0.812"
pytest = ">=5.4.1,<7"
pytest-cov = "^2.10.0"
flake8 = "^3.7.9"