From d8cec2cc06e2eb3c332ce0b3b6b33308201df57e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 08:12:55 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20mypy?= =?UTF-8?q?=20to=20v1.13.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ea972b2e..f8a32cfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ blacken-docs = "1.19.1" codespell = "2.3.0" covdefaults = "2.3.0" coverage = {version = "7.6.4", extras = ["toml"]} -mypy = "1.12.0" +mypy = "1.13.0" pre-commit = "3.7.1" pre-commit-hooks = "4.6.0" pylint = "3.3.1"