summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-10-12 05:46:16 +0000
committerGitHub <noreply@github.com>2020-10-12 05:46:16 +0000
commitf6abfb3ba951199f255b8fa605b430dbe3222d11 (patch)
treeec788e772245c14cea9639fb1af1990db27ba2b8
parent3baf45dcfd00914b2a0a93963d39bded50b9c526 (diff)
downloaddnspython-f6abfb3ba951199f255b8fa605b430dbe3222d11.tar.gz
Update mypy requirement from ^0.782 to ^0.790dependabot/pip/mypy-tw-0.790
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.782...v0.790) 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 23a6c27..3754007 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.782"
+mypy = "^0.790"
pytest = ">=5.4.1,<7"
pytest-cov = "^2.10.0"
flake8 = "^3.7.9"