Bump mypy to v0.812 (latest)

This commit is contained in:
Hsiao-Wei Wang 2021-06-03 20:49:29 +08:00
parent 989d33f6ec
commit 049c18b6c4
No known key found for this signature in database
GPG Key ID: 1111A8A81778319E

View File

@ -1007,7 +1007,7 @@ setup(
python_requires=">=3.8, <4",
extras_require={
"test": ["pytest>=4.4", "pytest-cov", "pytest-xdist"],
"lint": ["flake8==3.7.7", "mypy==0.800"],
"lint": ["flake8==3.7.7", "mypy==0.812"],
"generator": ["python-snappy==0.5.4"],
},
install_requires=[