Bump mypy from 1.5.0 to 1.5.1 (#854)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 6 Sep 2023 11:17:19 +0000 (13:17 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Sep 2023 11:17:19 +0000 (13:17 +0200)
Bumps [mypy](https://github.com/python/mypy) from 1.5.0 to 1.5.1.
- [Commits](https://github.com/python/mypy/compare/v1.5.0...v1.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pyproject.toml

index 1dba584ac96919d4343572ab4ac09bed19229f44..d29d7147db14e2bf6e8ac5ddc8675b104322dbba 100644 (file)
@@ -51,7 +51,7 @@ server = [
 test = [
   "black==23.7.0",
   "codespell==2.2.5",
-  "mypy==1.5.0",
+  "mypy==1.5.1",
   "ruff==0.0.284",
   "pytest==7.4.0",
   "pytest-asyncio==0.21.1",