]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update mypy requirement from ^0.770 to ^0.780 507/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 14 Jun 2020 20:03:35 +0000 (20:03 +0000)
committerGitHub <noreply@github.com>
Sun, 14 Jun 2020 20:03:35 +0000 (20:03 +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.770...v0.780)

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

index ea0626d4617d470846093686c917f3da4cb9c517..5201c426bc6feeafd2e54eca264c1571565cfac0 100644 (file)
@@ -19,7 +19,7 @@ curio = {version="^1.2", optional=true}
 sniffio = {version="^1.1", optional=true}
 
 [tool.poetry.dev-dependencies]
-mypy = "^0.770"
+mypy = "^0.780"
 pytest = "^5.4.1"
 flake8 = "^3.7.9"
 sphinx = "^3.0.0"