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.910...v0.920)
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
wmi = {version="^1.5.1", optional=true}
[tool.poetry.dev-dependencies]
-mypy = "^0.910"
+mypy = "^0.920"
pytest = ">=5.4.1,<7"
pytest-cov = "^3.0.0"
flake8 = "^4.0.1"