module: update mypy requirement from 0.902 to 0.910

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.902...v0.910)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-06-24 12:01:04 +00:00 committed by Christian Nicolai
parent be4d8a9140
commit 0e0202209d
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.902"
mypy = "0.910"
pylint = "~2.8"
rope = "~0.19"
types-PyYAML = "~5.4"