From 7f568f1f943921d73d7bcd76d88ce75387fb3eea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 10:38:16 -0400 Subject: [PATCH] build(deps): update dependency mypy to ~=1.12.0 (#62) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e1fce6..d9b96c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ lint = [ "yamllint~=1.34" ] types = [ - "mypy[reports]~=1.11.1", + "mypy[reports]~=1.12.0", "pyright==1.1.384", ] docs = [