From 5a9076de96cfea56f41b78d34e8764718caa5935 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 19:11:29 +0000 Subject: [PATCH] Update dependency mypy to v1.5.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cde04e2..e91f12c 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ ], extras_require={ 'test': [ - 'mypy==1.5.0', + 'mypy==1.5.1', 'pytest', 'pytest-cov', 'pytest-asyncio',