Bump mypy from 0.942 to 1.5.1

Bumps [mypy](https://github.com/python/mypy) from 0.942 to 1.5.1.
- [Commits](https://github.com/python/mypy/compare/v0.942...v1.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-09-08 10:21:44 +00:00
committed by GitHub
parent b87c7bbe04
commit 7af3963676
2 changed files with 45 additions and 41 deletions

View File

@@ -27,7 +27,7 @@ pre-commit = "^3.4.0"
black = "^23.7"
pylint = "^2.13.2"
isort = "^5.10.1"
mypy = "^0.942"
mypy = "^1.5"
flake8 = "^4.0.1"
pyupgrade = "^3.10.1"