From 635568874da578ffd02e5b66317d2af1fbe89b08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:31:24 +0000 Subject: [PATCH] chore(deps): update dependency mypy to ~1.13.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2bd9bdad..bd9f13b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ websockets = ">=10.0" build = "~1.2.0" filelock = "~3.16.0" griffe = "~1.5.0" -mypy = "~1.11.0" +mypy = "~1.13.0" pre-commit = "~3.8.0" pydoc-markdown = "~4.8.0" pytest = "~8.3.0"