diff --git a/pyproject.toml b/pyproject.toml index a2512a3..924ead7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ test = [ # Lint/type-check tools - run locally or in CI, NOT in Docker lint = [ - "ruff>=0.14.0,<0.16", + "ruff>=0.14.0,<0.17", "pyright>=1.1.400", ]