From 0222004520178b165f0a84129f53d04df4b744b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 21:33:13 +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 60a098a..ea075e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ defusedxml = "^0.7.1" black = "^21.12b0" pylint = "^2.12.2" pytest = "^7.0.0" -mypy = "^0.961" +mypy = "^2.0.0" [build-system] requires = ["poetry-core>=1.0.0"]