module: update mypy to version 0.950

Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version (#67).
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.942...v0.950)

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

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] 2022-04-28 15:12:04 +02:00 committed by GitHub
parent cdbba409b1
commit 43b16780c1
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 = "6.0"
requests = "~2.27"
[tool.poetry.dev-dependencies]
mypy = "0.942"
mypy = "0.950"
pylint = "~2.13"
rope = "~1.0"
types-PyYAML = "~6.0"