From a63bf3c86e3530fbd2cb088e663f8bb8347a916d Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Mon, 11 May 2026 21:44:04 +0200 Subject: [PATCH] Update mypy to 2.1.0 --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 3a9afb64cbb7..ea1b4608ad9a 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,6 +1,6 @@ # Type checkers that we test our stubs against. These should always # be pinned to a specific version to make failure reproducible. -mypy==2.0.0 +mypy==2.1.0 pyright==1.1.409 # Libraries used by our various scripts.