diff --git a/pyproject.toml b/pyproject.toml index 8e97bff..2f1420b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ lint = [ "isort==7.0.0", "mypy==1.19.1", "pre-commit==4.5.1", - "ruff==0.14.14", + "ruff==0.15.0", ] test = [ "coverage==7.13.2",