Bump mypy from 0.961 to 0.971 (#314)

Bumps [mypy](https://github.com/python/mypy) from 0.961 to 0.971.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.961...v0.971)

---
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>
Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-08-09 15:16:42 +03:00 committed by GitHub
parent d3d1841382
commit 3e9265afb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 25 deletions

View file

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