Bump mypy from 0.942 to 0.950

Bumps [mypy](https://github.com/python/mypy) from 0.942 to 0.950.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-28 03:24:10 +00:00 committed by GitHub
parent cbd33857b6
commit bdd76411ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 27 deletions

View file

@ -37,7 +37,7 @@ typing-extensions = "^4.0.0"
hiredis = "^2.0.0"
[tool.poetry.dev-dependencies]
mypy = "^0.942"
mypy = "^0.950"
pytest = "^7.1.2"
ipdb = "^0.13.9"
pylint = "^2.13.7"