diff --git a/pyproject.toml b/pyproject.toml index 305883a5..1ef183c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ "mypy==1.11.2", "flake8==7.1.1", "pre-commit==3.8.0", - "ruff==0.6.8", + "ruff==0.6.9", ] doc = ["sphinx"]