From 8c795ca6e6da309219b2c513ab6e6634fdbf31b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:29:23 +0000 Subject: [PATCH] chore(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 a3977d47..179ec320 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dev = [ "isort==5.12.0", "pre-commit==2.21.0", "pyc_wheel==1.2.7", - "mypy==1.4.1", + "mypy==1.12.0", ] doc = [ "mkdocs>=1.6.0,<1.7.0",