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

@@ -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",