From 6248cdd519a34e8b4e94fd2fb3b205d2d383991d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 22:43:45 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v1.13.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a3977d47..252333a0 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.13.0", ] doc = [ "mkdocs>=1.6.0,<1.7.0",