From b307142f62863be51f76c44fc564b6355b732851 Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Tue, 22 Mar 2022 09:30:03 +0100 Subject: [PATCH] Update pytype to 2022.3.21 (#7532) --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 4644555e9..28f2f198d 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,5 +1,5 @@ mypy==0.941 -pytype==2022.2.23; platform_system != "Windows" and python_version < "3.10" +pytype==2022.3.21; platform_system != "Windows" and python_version < "3.10" # must match .pre-commit-config.yaml black==22.1.0 flake8==4.0.1