Bump mypy from 1.2.0 to 1.3.0 (#667)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 17 May 2023 19:42:43 +0000 (21:42 +0200)
committerGitHub <noreply@github.com>
Wed, 17 May 2023 19:42:43 +0000 (21:42 +0200)
Bumps [mypy](https://github.com/python/mypy) from 1.2.0 to 1.3.0.
- [Commits](https://github.com/python/mypy/compare/v1.2.0...v1.3.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 7752ab92654dc578ead093b66d2a55b523b8e1f8..bfb80370de6a0f4b75a2a694fd40f4e1ac08576e 100644 (file)
@@ -48,7 +48,7 @@ server = [
 test = [
   "black==23.3.0",
   "codespell==2.2.4",
-  "mypy==1.2.0",
+  "mypy==1.3.0",
   "ruff==0.0.265",
   "pytest==7.3.1",
   "pytest-asyncio==0.21.0",