Skip to content

Commit

Permalink
Bump typed-ast to fix for s390x (#1892)
Browse files Browse the repository at this point in the history
* Bump typed-ast to fix for s390x

* pipenv install typed-ast==1.4.2
  • Loading branch information
hugovk committed Dec 31, 2020
1 parent d34eb7f commit 60de5bb
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 121 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Expand Up @@ -28,7 +28,7 @@ mypy_extensions = ">=0.4.3"
pathspec = ">=0.6"
regex = ">=2020.1.8"
toml = ">=0.10.1"
typed-ast = "==1.4.1"
typed-ast = "==1.4.2"
typing_extensions = ">=3.7.4"
black = {editable = true,extras = ["d"],path = "."}
dataclasses = {"python_version <" = "3.7","version >" = "0.6"}

0 comments on commit 60de5bb

Please sign in to comment.