From 062fc75d735bc32e4798fc0d92887d217c28b98d Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Thu, 24 Feb 2022 01:39:27 +0000 Subject: [PATCH] Upgrade pytype to 22.2.23 (#7375) Unblocks #7343 --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index d4ad6408f..f2de12f8a 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