diff --git a/pyproject.toml b/pyproject.toml index 2aab0bfe..d86e6abd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ dev = [ "openadapt-types>=0.10.0,<0.11.0", # Engineering-hygiene gates (lint+format, type-check, coverage). Pinned to # majors so CI and local dev run the same checkers. - "ruff==0.15.22", + "ruff==0.16.2", "mypy>=1.11", "pytest-cov>=5.0", "jsonschema>=4.21",