From af708c4161b3ca0480a2e237a38829cebefc41e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 04:11:24 +0000 Subject: [PATCH] Update dependency mypy to v1.12.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 14e2aef..90c0c66 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ }, extras_require={ 'test': [ - 'mypy==1.12.0', + 'mypy==1.12.1', 'pytest', 'pytest-cov', 'pytest-asyncio',