From 5e66c6e283b4f77258b38c1aa9f6f223eb9fc998 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 05:41:20 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v2.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d48401b..369c8b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -118,7 +118,7 @@ install = "pre-commit install -f" [tool.hatch.envs.types] template = "hatch-test" extra-dependencies = [ - "mypy==2.1.0", + "mypy==2.2.0", "types-aiofiles==25.1.0.20260518", ] post-install-commands = []