From a3bb2cead7e5a16dd2d42f8cd158c415e2a53bbc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 16:23:42 +0000 Subject: [PATCH] Update dependency mypy to v1.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b9a05f3..55028aa 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ ], extras_require={ 'test': [ - 'mypy==1.4.1', + 'mypy==1.5.0', 'pytest', 'pytest-cov', 'pytest-asyncio',