From 10cfccfafd240e15f3e4a81067d2990a8230b9ce Mon Sep 17 00:00:00 2001 From: Rebecca Chen Date: Wed, 11 Aug 2021 19:58:37 -0700 Subject: [PATCH] Bump pytype version to 2021.08.11. (#5916) This version contains a fix for a pytype bug that is blocking https://github.com/python/typeshed/pull/5896. --- 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 8879afd85..0dd6b16d0 100644 --- a/requirements-tests-py3.txt +++ b/requirements-tests-py3.txt @@ -5,4 +5,4 @@ flake8==3.9.2 flake8-bugbear==21.4.3 flake8-pyi==20.10.0 isort==5.9.2 -pytype==2021.08.03 +pytype==2021.08.11