From ce2dbc4a8935ba6427e7b67851731ad8e0c1b2b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 00:35:03 +0000 Subject: [PATCH] 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 9ef3d87..1310154 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ [project.optional-dependencies] test = [ - 'mypy==1.12.1', + 'mypy==1.13.0', 'pytest', 'pytest-cov', 'pytest-asyncio',