From 5cef3c23b698c974e3fd29fee9b0ce40fad2c8d1 Mon Sep 17 00:00:00 2001 From: patrick Date: Fri, 27 May 2022 13:49:40 +0200 Subject: [PATCH] Upgrade mypy to 0.960 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 145585847..3d1fa5e91 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,7 +1,7 @@ pandas==1.4.2 pyright pytest -mypy==0.950 +mypy==0.960 typing_extensions==4.2.0 matplotlib>=3.3.2 numpy>=1.22.3