Bump mypy from 1.7.1 to 1.10.0

Bumps [mypy](https://github.com/python/mypy) from 1.7.1 to 1.10.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.7.1...v1.10.0)

---
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]
2024-04-25 08:51:22 +00:00
committed by GitHub
parent 5ba2153766
commit 113235a2e6
2 changed files with 30 additions and 30 deletions

View File

@@ -27,7 +27,7 @@ pre-commit = "^3.6.2"
black = "^24.4"
pylint = "^3.1.0"
isort = "^5.10.1"
mypy = "^1.7"
mypy = "^1.10"
flake8 = "^4.0.1"
pyupgrade = "^3.15.1"