From a30b68aec92cbba7e5048ca12d201b9cf08cf7ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Fri, 19 Dec 2025 21:28:28 +0200 Subject: [PATCH] chore: update mypy to 1.19.1 --- requirements-qa.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-qa.txt b/requirements-qa.txt index 7a49ccf..41c6594 100644 --- a/requirements-qa.txt +++ b/requirements-qa.txt @@ -1,3 +1,3 @@ black==25.11.0 -mypy==1.16.0 +mypy==1.19.1 prospector==1.17.3