Update project to use mypy 931 (#819)

This commit is contained in:
Aleksander Vognild Burkow
2022-01-17 12:58:16 +01:00
committed by GitHub
parent a9e41a8ba9
commit 27e5908762
2 changed files with 2 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ We rely on different `django` and `mypy` versions:
| django-stubs | mypy version | django version | python version
| ------------ | ---- | ---- | ---- |
| 1.10.0 | 0.931 | 3.2.x | ^3.7
| 1.9.0 | 0.910 | 3.2.x | ^3.6
| 1.8.0 | 0.812 | 3.1.x | ^3.6
| 1.7.0 | 0.790 | 2.2.x \|\| 3.x | ^3.6

View File

@@ -21,7 +21,7 @@ with open("README.md") as f:
readme = f.read()
dependencies = [
"mypy>=0.910",
"mypy>=0.931",
"django",
"django-stubs-ext>=0.3.0",
"tomli",