summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-01-25 05:38:55 +0000
committerGitHub <noreply@github.com>2021-01-25 05:38:55 +0000
commit11764288080fc85ec0b1560c5b1ecf3b6372a4a6 (patch)
tree86c6117cb3e4a38429e5bf5a57b50878c2c5a09b
parentc66b5fbe5aab36a1780aeb4d5145bb325dc75228 (diff)
downloaddnspython-dependabot/pip/mypy-tw-0.800.tar.gz
Update mypy requirement from ^0.790 to ^0.800dependabot/pip/mypy-tw-0.800
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.790...v0.800) 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 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"