From fc0cd9b166610e1c257875f5a251f751b9658f69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:39:11 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v1.14.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5dcb769..d12349c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ test = [ "pytest-cov" ] types = [ - "mypy==1.13.0" + "mypy==1.14.0" ] [project.readme]