diff --git a/pyproject.toml b/pyproject.toml index 80ed1d5..4903680 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "ruff==0.15.10", # linter, formatter, import sort - "mypy==1.19.1", + "mypy==1.20.0", "pre-commit==4.5.1", "colorlog==6.10.1", "pytest>=8.0",