module: update mypy to version 0.790

Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version (#29).
- [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>
This commit is contained in:
dependabot[bot] 2020-10-15 12:01:07 +00:00 committed by cn
parent cb044712db
commit 0b32559478
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ pyyaml = "5.3.1"
requests = "~2.24"
[tool.poetry.dev-dependencies]
mypy = "0.782"
mypy = "0.790"
pylint = "~2.6"
rope = "~0.18"
yapf = "~0.30"