From a9c9bbec136014777840a787110fc0ce1cf017fa Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Wed, 31 Jul 2024 08:19:40 +0200 Subject: [PATCH] Update dependency mypy to v1.11.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a596eae..ab5b7f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ python = ["3.8", "3.9", "3.10", "3.11"] [tool.hatch.envs.lint] detached = true dependencies = [ - "mypy==1.8.0", + "mypy==1.11.1", "ruff==0.2.2", ]