From dde86d50d6438ea65b4c3a96b9770bcaeef620ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 09:41:37 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bece6e2..971b6d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ classifiers = [ { version = "^5.0.4", python = ">=3.7" }, ] pydocstyle = "^6.3.0" - mypy = "^0.971" + mypy = "^1.0.0" coverage = "^6.1.2" pytest = "^7.0.0" pytest-clarity = "^1.0.1"