Skip to content

Commit

Permalink
Merge pull request #2467 from ethereum/bump-mypy-0_800
Browse files Browse the repository at this point in the history
Bump `mypy` to v0.812
  • Loading branch information
djrtwo authored Jun 4, 2021
2 parents 1d5c4ec + 049c18b commit f5ab017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ def run(self):
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=[
Expand Down

0 comments on commit f5ab017

Please sign in to comment.