Bump mypy from 0.942 to 0.950 (#647)

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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-05-04 10:07:26 +01:00
committed by GitHub
parent 5c4c0aef42
commit 48ba7d5f89
2 changed files with 27 additions and 27 deletions

View File

@ -94,7 +94,7 @@ flake8-functions = "^0.0.7"
flake8-expression-complexity = "^0.0.11"
# types
mypy = "^0.942"
mypy = "^0.950"
types-ujson = "^4.2.0"
types-PyMySQL = "^1.0.19"
types-ipaddress = "^1.0.1"