From 84ef8a2ed5a4d690578c42c7d40efb3cf676932a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 21:37:06 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v1.20.2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 687c4a8..c1876d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "pytest==9.0.3", "irc-parser-tests==0.0.4", "pre-commit==4.6.0", - "mypy==1.19.1", + "mypy==1.20.2", "ruamel.yaml==0.19.1", ] post-install-commands = ["hatch run pre-commit:install"] @@ -79,7 +79,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==1.19.1"] +extra-dependencies = ["mypy==1.20.2"] post-install-commands = [] [tool.hatch.envs.types.scripts]