From 614684760cf37f71389c95994d2a67f36193fb58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 22:34:22 +0000 Subject: [PATCH] Update dependency mypy to v2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f391e35..4f321ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ requires-poetry = '>=2.0' poetry-plugin-export = ">=1.8" [tool.poetry.group.dev.dependencies] -mypy = "^1" +mypy = "^2.0.0" ruff = "^0.14.0" [build-system]