diff --git a/pyproject.toml b/pyproject.toml index a9b4caf..09d8613 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ trackpack = "trackpack.__main__:main" dev = [ "pylint == 3.3.3", "pytest == 8.3.4", - "ruff == 0.8.4" + "ruff == 0.8.6" ] [build-system]