module: update mypy version to 0.800

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-01-28 14:08:54 +01:00 committed by GitHub
parent 4972d66c09
commit c7bbdbc9d3
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.790"
mypy = "0.800"
pylint = "~2.6"
rope = "~0.18"
yapf = "~0.30"