From 1f49ae8ddea2cdd1127dc3044e682224c8c25a65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 22:08:48 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fd03425..0fb4474 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "pytest==9.0.3", "pytest-asyncio==1.3.0", "pre-commit==4.6.0", - "mypy==1.20.2", + "mypy==2.0.0", ] post-install-commands = ["hatch run pre-commit:install"] @@ -79,7 +79,7 @@ install = "pre-commit install -f" [tool.hatch.envs.types] template = "hatch-test" -extra-dependencies = ["mypy==1.20.2"] +extra-dependencies = ["mypy==2.0.0"] post-install-commands = [] [tool.hatch.envs.types.scripts]