]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update mypy requirement from ^0.790 to ^0.800 627/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 25 Jan 2021 05:38:55 +0000 (05:38 +0000)
committerGitHub <noreply@github.com>
Mon, 25 Jan 2021 05:38:55 +0000 (05:38 +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.790...v0.800)

Signed-off-by: dependabot[bot] <support@github.com>
pyproject.toml

index 3d6f5e9b5f0311a55f2337a78a8e7c56083d498b..c824f0e781ff51f78814629e53c12c83849b182a 100644 (file)
@@ -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"