From 8bfff748f91e7fecfd15fc269a07a9dc6eb8e254 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Tue, 26 Apr 2022 15:34:07 -0600 Subject: [PATCH] Upgrade to pytype 2022.4.26 --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index e3506b776ca9..2f3425dd4f70 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,5 +1,5 @@ mypy==0.942 -pytype==2022.03.29; platform_system != "Windows" and python_version < "3.10" +pytype==2022.4.26; platform_system != "Windows" and python_version < "3.10" # must match .pre-commit-config.yaml black==22.3.0 flake8==4.0.1