From ac2fe42a14e8df8d2eb9b7704d073036a8cb734e Mon Sep 17 00:00:00 2001 From: Rebecca Chen Date: Wed, 3 Aug 2022 14:58:54 -0700 Subject: [PATCH] Bump pytype version. (#8478) Picks up a fix for the pytype test failure in https://github.com/python/typeshed/pull/8469. --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 0b08ac3a2..20d88038c 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,5 +1,5 @@ mypy==0.971 -pytype==2022.6.23; platform_system != "Windows" +pytype==2022.8.3; platform_system != "Windows" # must match .pre-commit-config.yaml black==22.6.0 # must match .pre-commit-config.yaml