module: update mypy version to 0.812

Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version (#34).
- [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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-02-25 17:52:53 +01:00 committed by GitHub
parent 20bd349da5
commit f7b058b0d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ pyyaml = "5.4.1"
requests = "~2.25"
[tool.poetry.dev-dependencies]
mypy = "0.800"
mypy = "0.812"
pylint = "~2.7"
rope = "~0.18"
yapf = "~0.30"