From 20cb68dba1aabec3dd4f4ad05f61670a3555c056 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 18:47:55 +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 7d1c692d..147e420d 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'",