From a489fb2cf13de90c193544f180123ee557ae4b5d Mon Sep 17 00:00:00 2001 From: Marko Ristin-Kaufmann Date: Tue, 28 Oct 2025 15:27:33 +0100 Subject: [PATCH] Update mypy to 1.14.1 We update mypy to the latest version supported by Python 3.8 to avoid bigger jumps in future versions. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 16c7d0d..3e76a71 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ "typeguard>=2,<5", "astor==0.8.1", "numpy>=1,<2", - 'mypy==1.5.1;python_version>="3.8"', + 'mypy==1.14.1;python_version>="3.8"', 'black==24.8.0;python_version>="3.8"', 'deal>=4,<5;python_version>="3.8"', 'asyncstdlib==3.9.1;python_version>="3.8"',