From 221a50a969eaec9a2115bedf9f217d471b39f8b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:21:00 +0000 Subject: [PATCH] build(deps): update dependency mypy to v1.12.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ef91a6..34cd561 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ lint = [ "yamllint==1.35.1" ] types = [ - "mypy[reports]==1.11.2", + "mypy[reports]==1.12.0", "pyright==1.1.384", "types-PyYAML", "types-Pygments",