Bump mypy from 1.7.1 to 1.8.0 (#984)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 2 Jan 2024 19:41:17 +0000 (20:41 +0100)
committerGitHub <noreply@github.com>
Tue, 2 Jan 2024 19:41:17 +0000 (20:41 +0100)
Bumps [mypy](https://github.com/python/mypy) from 1.7.1 to 1.8.0.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python/mypy/compare/v1.7.1...v1.8.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 600088c7f2553157da46d3997b12f3d6bc62b1b1..cfef5dead3ccdcf1463045e64e385309e598bdd5 100644 (file)
@@ -51,7 +51,7 @@ server = [
 test = [
   "black==23.12.1",
   "codespell==2.2.6",
-  "mypy==1.7.1",
+  "mypy==1.8.0",
   "ruff==0.1.9",
   "pytest==7.4.3",
   "pytest-asyncio==0.23.2",