From 65a3017f66a706f4c4db5add8cc52f43d9a327fa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 22 Mar 2022 03:13:04 +0000 Subject: [PATCH] Update dependency pytype to v2022.3.21 --- codecheck-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecheck-requirements.txt b/codecheck-requirements.txt index 1a42686e..d298a630 100644 --- a/codecheck-requirements.txt +++ b/codecheck-requirements.txt @@ -1,2 +1,2 @@ -pytype==2022.3.8 +pytype==2022.3.21 ruamel.yaml==0.17.21