summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-06-24 05:43:45 +0000
committerGitHub <noreply@github.com>2020-06-24 05:43:45 +0000
commit79f4e9f9c53cadbba10b72cd9a37f60c08a68721 (patch)
tree7736a189e100b5d0d98a491bffafcdfadc2ea07c
parent01d0de14fa5c531b3a35ad93e6a5fcd5c14c38e7 (diff)
downloaddnspython-dependabot/pip/mypy-tw-0.782.tar.gz
Update mypy requirement from ^0.781 to ^0.782dependabot/pip/mypy-tw-0.782
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.781...v0.782) 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 3bd4a59..0372a6a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,7 +20,7 @@ sniffio = {version="^1.1", optional=true}
pytest-cov = "^2.10.0"
[tool.poetry.dev-dependencies]
-mypy = "^0.781"
+mypy = "^0.782"
pytest = "^5.4.1"
flake8 = "^3.7.9"
sphinx = "^3.0.0"