From 7f5dc64689ecd30ff57feb0f80b3fd9811ad7f5f Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Thu, 24 Feb 2022 00:56:59 +0000 Subject: [PATCH] Upgrade pytype to 22.2.23 Unblocks #7343 --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index d4ad6408f9fd..f2de12f8a49e 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,5 +1,5 @@ mypy==0.931 -pytype==2022.01.07; platform_system != "Windows" and python_version < "3.10" +pytype==2022.2.23; platform_system != "Windows" and python_version < "3.10" # must match .pre-commit-config.yaml black==22.1.0 flake8==4.0.1