Merge pull request #2467 from ethereum/bump-mypy-0_800

Bump `mypy` to v0.812
This commit is contained in:
Danny Ryan 2021-06-04 12:24:46 -06:00 committed by GitHub
commit f5ab017997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.750"],
"lint": ["flake8==3.7.7", "mypy==0.812"],
"generator": ["python-snappy==0.5.4"],
},
install_requires=[