summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-16 16:03:02 +0000
committerGitHub <noreply@github.com>2021-12-16 16:03:02 +0000
commit9aab772d824a8d0d393385a1e8f2d8df9e0133b4 (patch)
tree559984d73bdcae4b73b0e20ebfe579f1c8951264
parent5028ede720380dfbfddb54088e4ea072b140658a (diff)
downloaddnspython-dependabot/pip/mypy-tw-0.920.tar.gz
Update mypy requirement from ^0.910 to ^0.920dependabot/pip/mypy-tw-0.920
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.910...v0.920) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... 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 a81758b..4aa8272 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -42,7 +42,7 @@ sniffio = {version="^1.1", optional=true}
wmi = {version="^1.5.1", optional=true}
[tool.poetry.dev-dependencies]
-mypy = "^0.910"
+mypy = "^0.920"
pytest = ">=5.4.1,<7"
pytest-cov = "^3.0.0"
flake8 = "^4.0.1"