From f081eca6a09b7cd24cd29c9935979f3cbed8889d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Nov 2025 01:09:33 +0000 Subject: [PATCH] Update dependency mypy to ==1.19.* --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c8fdd41..a0a7e8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">=3.13" [project.optional-dependencies] dev = [ - "mypy==1.15.*", + "mypy==1.19.*", "ruff==0.11.*", "pre-commit==4.2.*", ]