Bump mypy from 1.1.1 to 1.2.0 (#630)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 17 Apr 2023 20:14:30 +0000 (22:14 +0200)
committerGitHub <noreply@github.com>
Mon, 17 Apr 2023 20:14:30 +0000 (22:14 +0200)
Bumps [mypy](https://github.com/python/mypy) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v1.1.1...v1.2.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 8eaeb7babb38aed94df90998ea236b90be144588..b1d7c683b10fb02eafd5726d744d2ea3fe594b48 100644 (file)
@@ -46,7 +46,7 @@ server = [
 test = [
   "black==23.1.0",
   "codespell==2.2.4",
-  "mypy==1.1.1",
+  "mypy==1.2.0",
   "ruff==0.0.261",
   "pytest==7.2.2",
   "pytest-asyncio==0.21.0",