Skip to content

Commit 37cc2ea

Browse files
author
Guido van Rossum
authored
Update typed_ast dep to 1.4.0+ (#6937)
Now that typed_ast 1.4.0 is released (whose main new feature is support for extra text after # type: ignore).
1 parent 7cc438d commit 37cc2ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def run(self):
178178
classifiers=classifiers,
179179
cmdclass=cmdclass,
180180
# When changing this, also update test-requirements.txt.
181-
install_requires=['typed-ast >= 1.3.5, < 1.4.0',
181+
install_requires=['typed_ast >= 1.4.0, < 1.5.0',
182182
'mypy_extensions >= 0.4.0, < 0.5.0',
183183
],
184184
# Same here.

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ psutil>=4.0
88
pytest>=4.4
99
pytest-xdist>=1.22
1010
pytest-cov>=2.4.0
11-
typed-ast>=1.3.5,<1.4.0
11+
typed_ast>=1.4.0,<1.5.0
1212
typing>=3.5.2; python_version < '3.5'
1313
py>=1.5.2
1414
virtualenv

0 commit comments

Comments
 (0)