From 189f6739159ee109d5c0eac0ea2ee5d4fc07e771 Mon Sep 17 00:00:00 2001 From: Rebecca Chen Date: Fri, 18 Oct 2019 11:17:01 -0700 Subject: [PATCH] Require a more recent pytype version. Yesterday's release contains a number of pyi parser fixes, such as support for the syntax in #3321. --- 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 e5e3ba7da6d9..9547f1b04bc3 100644 --- a/requirements-tests-py3.txt +++ b/requirements-tests-py3.txt @@ -5,4 +5,4 @@ flake8==3.7.8 flake8-bugbear==19.8.0 flake8-pyi==19.3.0 isort==4.3.21 -pytype>=2019.7.30 +pytype>=2019.10.17