From 2ff399f432d7d6d57f90f1a46d291916973eae03 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Mon, 3 Feb 2025 09:18:36 +0100 Subject: [PATCH] Update mypy pin. Regression in mypy v1.12 was resolved in v1.14. Use that as a minimum pin (rather than clearing it) to force/suggest/trigger an update for existing environments. --- setup.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index e1febfdb..1d029688 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,9 +39,7 @@ zip_safe = false tests = pytest pytest-asyncio - # Pending release of https://github.com/python/mypy/pull/17355 - # Likely in v1.13.1+, when pip can be removed. - mypy~=1.11.0 + mypy>=1.14.0 [tool:pytest] testpaths = tests