From 2753a488202610e331cac1a31dfa715cb642f35b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Wywia=C5=82?= Date: Thu, 31 Oct 2024 23:37:11 +0100 Subject: [PATCH] test: change mypy to 1.4.1 because of python 3.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0fc5ec7..ed542d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ runenv = "runenv:run" [project.optional-dependencies] devel-types = [ - "mypy ==1.13.0", + "mypy ==1.4.1", ] devel-test = [ "coverage[toml] ~=7.0",