From 1e0b55ac74a5c615f4f4dbd51426ab6ae1e6bc90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:26:50 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v1.12.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index af9e717..0899b5f 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ 'pytest-asyncio>=0.23.7,<=0.23.9', 'pytest-cov', 'pytest-xdist', - 'mypy==1.11.2', + 'mypy==1.12.0', 'ruff==0.5.0', ], },