Bump mypy from 1.11.2 to 1.13.0 (#1753)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 25 Oct 2024 01:10:18 +0000 (03:10 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Oct 2024 01:10:18 +0000 (03:10 +0200)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pyproject.toml

index 66d52df56bac8bd2aa7258a914b904276cb7716c..b40bc78ba83f2c54146aedbc804a08c545a055d4 100644 (file)
@@ -44,7 +44,7 @@ server = [
 test = [
   "codespell==2.3.0",
   "isort==5.13.2",
-  "mypy==1.11.2",
+  "mypy==1.13.0",
   "pre-commit==4.0.1",
   "pre-commit-hooks==5.0.0",
   "pytest==8.3.3",