From a95a862ca84b98dcc94fb5a5186110dd51f8065c Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Tue, 26 Apr 2022 15:40:47 -0600 Subject: [PATCH] Upgrade to pytype 2022.4.26 (#7699) --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index e3506b776..2f3425dd4 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