Update to mypy 0.770 (#341)

This commit is contained in:
Marti Raudsepp
2020-03-13 15:45:45 +02:00
committed by GitHub
parent afa16bfb74
commit 7af89ee6a6
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ with open('README.md', 'r') as f:
readme = f.read()
dependencies = [
'mypy>=0.760,<0.770',
'mypy>=0.770,<0.780',
'typing-extensions',
'django',
]