diff --git a/pyproject.toml b/pyproject.toml index 065ea1b..069f0b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ build-backend = "pdm.backend" [dependency-groups] lint = [ - "ruff==0.14.14", + "ruff==0.15.4", ] pytest = [ "pytest-cov==7.0.0",