From e07cb5a13b9e1b13ec43353b0ad56b504623432c Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Wed, 8 Jul 2026 14:58:37 +0200 Subject: [PATCH] Update mypy to 2.2.0 --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 20f42d4193a3..8ef8a20d335f 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.1.0 +mypy==2.2.0 pyright==1.1.411 # Libraries used by our various scripts.