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