Bump mypy from 0.971 to 0.982 (#387)

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

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

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-10-18 15:47:50 +03:00 committed by GitHub
parent f77c21a059
commit 8a66f331d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 27 deletions

View file

@ -48,7 +48,7 @@ hiredis = "^2.0.0"
more-itertools = "^8.14.0"
[tool.poetry.dev-dependencies]
mypy = "^0.971"
mypy = "^0.982"
pytest = "^7.1.3"
ipdb = "^0.13.9"
black = "^22.8"