diff --git a/pyproject.toml b/pyproject.toml index 13594416..bfe3deb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ dependencies = [ "doc8==1.1.2", # Documentation linter "yamllint==1.35.1", # YAML linter "pre-commit==4.0.1", # Git commit hooks - "mypy==1.13.0", # Static type checker + "mypy==1.14.0", # Static type checker "pytest==8.3.4", # Testing framework "pytest-cov==6.0.0", # Test coverage ]