From c3b70d422477650cb65fb46f085f20aba9b00c74 Mon Sep 17 00:00:00 2001 From: Rebecca Chen Date: Tue, 30 Jul 2019 13:50:51 -0700 Subject: [PATCH] Require the newest pytype version, with a pyi parser fix. (#3160) For https://github.com/python/typeshed/pull/3149. --- requirements-tests-py3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests-py3.txt b/requirements-tests-py3.txt index f5e47a52b..34c3a4671 100644 --- a/requirements-tests-py3.txt +++ b/requirements-tests-py3.txt @@ -5,4 +5,4 @@ flake8==3.7.8 flake8-bugbear==19.3.0 flake8-pyi==19.3.0 isort==4.3.21 -pytype>=2019.7.11 +pytype>=2019.7.30