]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update mypy requirement from ^0.800 to ^0.812 638/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 19 Feb 2021 22:31:01 +0000 (22:31 +0000)
committerGitHub <noreply@github.com>
Fri, 19 Feb 2021 22:31:01 +0000 (22:31 +0000)
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>
pyproject.toml

index 6c88e44e2787f57b7e6b0f769c3dd8a1b3c0e5f5..e3c228a3a04c3d7bb194fd3000e208ae44c1edeb 100644 (file)
@@ -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"