update dev deps, mypy to 0.760

This commit is contained in:
Maxim Kurnikov
2019-12-17 23:50:50 +03:00
parent c1af26c027
commit d666ecd36f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
black
pytest-mypy-plugins==1.1.0
pytest-mypy-plugins==1.2.0
psycopg2
flake8==3.7.9
flake8-pyi==19.3.0

View File

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