diff --git a/pyproject.toml b/pyproject.toml index 713a2fd..2219975 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ requires-python = ">=3.8" [project.optional-dependencies] dev = [ - "mypy==1.14.0", + "mypy~=1.14.0", "isort==5.13.2", "mypy-extensions>=0.4.3", "pre-commit>=2.20.0",