From a5723c76f0d0beb35702f3124fd7d2a4434a730b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 21:43:03 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v1.19.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 275f68c9..22e89176 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ test = [ "six==1.17.0", ] lint = ["ruff==0.14.5"] -type_check = ["mypy==1.14.1"] +type_check = ["mypy==1.19.1"] nox = [ "nox>=2024.10.9 ; python_version >= '3.9'", "nox-uv>=0.7.0 ; python_version >= '3.9'",