From 15ad2657db39e36b8c1e742980fb099eacc32dc5 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Tue, 7 Jun 2022 12:13:05 +0100 Subject: [PATCH] Upgrade pytype (#8025) Unblocks #7865 --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 5449b3fdf..7c3dfe1d8 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,5 +1,5 @@ mypy==0.960 -pytype==2022.5.10; platform_system != "Windows" +pytype==2022.6.6; platform_system != "Windows" # must match .pre-commit-config.yaml black==22.3.0 flake8==4.0.1