Skip to content

Commit

Permalink
Update the typed-ast dependency to 1.2.0 (#6190)
Browse files Browse the repository at this point in the history
This should be cherry picked into the release branch (#6130)
  • Loading branch information
msullivan committed Jan 15, 2019
1 parent d1c8f27 commit 97d7760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def run(self):
]},
classifiers=classifiers,
cmdclass=cmdclass,
install_requires = ['typed-ast >= 1.1.1, < 1.2.0',
install_requires = ['typed-ast >= 1.2.0, < 1.3.0',
'mypy_extensions >= 0.4.0, < 0.5.0',
],
extras_require = {
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ psutil==5.4.0
pytest>=3.4
pytest-xdist>=1.22
pytest-cov>=2.4.0
typed-ast>=1.1.1,<1.2.0
typed-ast>=1.2.0,<1.3.0
typing>=3.5.2; python_version < '3.5'
py>=1.5.2
virtualenv
Expand Down

0 comments on commit 97d7760

Please sign in to comment.