Bump mypy from 1.10.0 to 1.11.0

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

---
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-07-22 17:12:36 +00:00
committed by GitHub
parent 9c35956c01
commit 6b5cad6bc7
2 changed files with 31 additions and 31 deletions

View File

@@ -27,7 +27,7 @@ pre-commit = "^3.7.1"
black = "^24.4"
pylint = "^3.2.6"
isort = "^5.10.1"
mypy = "^1.10"
mypy = "^1.11"
flake8 = "^4.0.1"
pyupgrade = "^3.15.1"