diff --git a/pyproject.toml b/pyproject.toml index 3c5e32e..8d1016c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ "pytest-benchmark>=5.2.3", "pytest-cov>=7.1.0", "ruff>=0.15.19", - "mypy>=2.1.0", + "mypy>=2.2.0", # types-PyYAML so `mypy src/brig/` is clean locally without CI # having to install it inline. "types-PyYAML",