Bump mypy from 0.930 to 0.931

Bumps [mypy](https://github.com/python/mypy) from 0.930 to 0.931.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.930...v0.931)

---
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-01-10 03:24:51 +00:00 committed by GitHub
parent 2e0c3c50f8
commit b757d8b2d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 23 deletions

View file

@ -38,7 +38,7 @@ typing-extensions = "^4.0.0"
hiredis = "^2.0.0"
[tool.poetry.dev-dependencies]
mypy = "^0.930"
mypy = "^0.931"
pytest = "^6.2.4"
ipdb = "^0.13.9"
pylint = "^2.12.2"