diff --git a/pyproject.toml b/pyproject.toml index 668afe5..78cd112 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.15", + "ruff>=0.14.0,<0.16", "pyright>=1.1.400", ]