From 616f6ad002315e3768ce081fb3ef704694145c63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 21:58:13 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v2.1.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cb0b0a6..d3cdae8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "coverage[toml]==7.14.0", "pytest==9.0.3", "pre-commit==4.6.0", - "mypy==2.0.0", + "mypy==2.1.0", "types-regex>=2024", "ruamel.yaml==0.19.1", ] @@ -66,7 +66,7 @@ cov-report = ["coverage report --show-missing --skip-covered", "coverage xml"] python = ["3.14", "3.13", "3.12", "3.11", "3.10"] [tool.hatch.envs.types] -extra-dependencies = ["mypy==2.0.0"] +extra-dependencies = ["mypy==2.1.0"] [tool.hatch.envs.types.scripts] check = "mypy --install-types --non-interactive {args:polymatch tests}"