From 4fc010cda251129b3747eafdf91f4df614316c12 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Fri, 1 Dec 2023 17:10:38 +0000 Subject: [3.12] Bump mypy to 1.7.1 (#112581) (#112601) --- Tools/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/requirements-dev.txt b/Tools/requirements-dev.txt index b8ecea0..fc1f1a4 100644 --- a/Tools/requirements-dev.txt +++ b/Tools/requirements-dev.txt @@ -1,2 +1,2 @@ # Requirements file for external linters and checks we run on Tools/clinic/ in CI -mypy==1.7.0 +mypy==1.7.1 -- cgit v0.12