From bfa35aa3b67b08b6e695eee01682f363cca48824 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 04:08:14 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v1.20.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8277d53..996550b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "pytest==9.0.2", "pytest-asyncio==1.3.0", "pre-commit==4.5.1", - "mypy==1.19.1", + "mypy==1.20.1", ] 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.19.1"] +extra-dependencies = ["mypy==1.20.1"] post-install-commands = [] [tool.hatch.envs.types.scripts]