From ae542220500977e25c228b24809fa0e1e0aba25a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 05:41:10 +0000 Subject: [PATCH] chore(dependencies): update dependency mypy to v1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60fa5fa..045d9e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pillow = "^7.2.0" codecov = "^2.1.12" pytest-benchmark = "^3.4.1" pytest-mypy = "^0.10.3" -mypy = "^0.931" +mypy = "^1.19.1" [build-system] requires = ["poetry_core>=1.0.0"]