diff --git a/pyproject.toml b/pyproject.toml index bbf12be7..0dc0412c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pytest-mock = "^3.7.0" pytest-subtests = "^0.11.0" isort = "^5.10.1" pre-commit = "^2.19.0" -mypy = "^1.0.0" +mypy = ">=1.0.0, <1.11.0" flake8 = "^5.0.4" Sphinx = "^5.2.3"