diff --git a/setup.py b/setup.py index 827fc695..5440d5ad 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ "black==24.10.0", "flake8==7.0.0", "isort==5.12.0", - "mypy<1.14", + "mypy<1.15", ], }, python_requires=">=3.8",