diff --git a/pyproject.toml b/pyproject.toml index 471607e..41bff0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ linting = [ "pylint==3.3.2" ] type_check = [ - "mypy[pydantic]==1.13.0" + "mypy[pydantic]==1.14.0" ] spell_check = [ "codespell==2.3.0"