Bump mypy from 1.11.2 to 1.13.0

Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.13.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-01 14:47:06 +00:00 committed by GitHub
parent f9349de48e
commit 687b380267
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ dev = [
"coverage==7.6.1",
"flake8==7.1.1",
"flit==3.9.0",
"mypy==1.11.2",
"mypy==1.13.0",
"usort==1.0.8.post1",
"ufmt==2.7.1",
]