]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update mypy requirement from ^0.782 to ^0.790 593/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 12 Oct 2020 05:46:16 +0000 (05:46 +0000)
committerGitHub <noreply@github.com>
Mon, 12 Oct 2020 05:46:16 +0000 (05:46 +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.782...v0.790)

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

index 23a6c27af19fbabb1a2920346d474a8021cca616..3754007fe69d8d9200e73a21b4f587319d67116b 100644 (file)
@@ -19,7 +19,7 @@ curio = {version="^1.2", optional=true}
 sniffio = {version="^1.1", optional=true}
 
 [tool.poetry.dev-dependencies]
-mypy = "^0.782"
+mypy = "^0.790"
 pytest = ">=5.4.1,<7"
 pytest-cov = "^2.10.0"
 flake8 = "^3.7.9"