diff --git a/pyproject.toml b/pyproject.toml index c67712a..1f5998a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ parallel = "_nx_parallel:get_info" [project.optional-dependencies] developer = [ 'pre-commit==3.8.0', - 'ruff==0.1.8', + 'ruff==0.6.7', ] test = [ 'pytest>=7.2',