From cd2b4c5a74a039db7734cb888d2c64a3bc6b9cec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 01:37:02 +0000 Subject: [PATCH] Update dependency mypy to v1.12.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1a21553..9ef3d87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ [project.optional-dependencies] test = [ - 'mypy==1.12.0', + 'mypy==1.12.1', 'pytest', 'pytest-cov', 'pytest-asyncio',