diff --git a/pyproject.toml b/pyproject.toml index 4f4af595..86450bd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ dev = [ "openadapt-types>=0.18.0,<0.19.0", # Engineering-hygiene gates (lint+format, type-check, coverage). Pinned to # majors so CI and local dev run the same checkers. - "ruff==0.16.6", + "ruff==0.16.7", "mypy>=1.11", "pytest-cov>=5.0", "jsonschema>=4.21",