Skip to content

Commit

Permalink
build: Update mypy to workaround typed_ast error
Browse files Browse the repository at this point in the history
  • Loading branch information
yukinarit committed Jan 10, 2022
1 parent 04c3d13 commit 0ea33a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pytest-watch = "*"
pytest-flake8 = "*"
coverage = "==4.5.4"
pdoc = { version = "~=8", markers = "python_version >= '3.7'" }
mypy = { version = "==0.782", markers = "platform_python_implementation!='PyPy'" }
mypy = { version = "==0.931", markers = "platform_python_implementation!='PyPy'" }
more-itertools = "~=8.6.0"
pre-commit = "==v2.10.1"
pytest-xdist = "^2.3.0"
Expand Down

0 comments on commit 0ea33a7

Please sign in to comment.