diff --git a/pyproject.toml b/pyproject.toml index fc47f5da..715dc072 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ dev = [ "openadapt-types>=0.9.0,<0.10.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.1", "mypy>=1.11", "pytest-cov>=5.0", "jsonschema>=4.21",