]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update mypy requirement from ^0.781 to ^0.782 516/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 24 Jun 2020 05:43:45 +0000 (05:43 +0000)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2020 05:43:45 +0000 (05:43 +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.781...v0.782)

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

index 3bd4a597d88545185b247e4ee7506dbf02b485b1..0372a6ad9675688f34e60d39d0d5fe457fabc22e 100644 (file)
@@ -20,7 +20,7 @@ sniffio = {version="^1.1", optional=true}
 pytest-cov = "^2.10.0"
 
 [tool.poetry.dev-dependencies]
-mypy = "^0.781"
+mypy = "^0.782"
 pytest = "^5.4.1"
 flake8 = "^3.7.9"
 sphinx = "^3.0.0"