diff --git a/setup.py b/setup.py index a8ab1203..eaefb633 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def find_stub_files(name: str) -> list[str]: # Keep compatible-mypy major.minor version pinned to what latest django-stubs release uses. extras_require = { - "compatible-mypy": ["mypy>=1.12,<1.15", "django-stubs[compatible-mypy]"], + "compatible-mypy": ["mypy>=1.12,<1.16", "django-stubs[compatible-mypy]"], "coreapi": ["coreapi>=2.0.0"], "markdown": ["types-Markdown>=0.1.5"], }