diff --git a/pyproject.toml b/pyproject.toml index b259be2..f8eb29f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ format = [ ] lint = [ "mypy==1.8.0", - "ruff==0.4.8", + "ruff==0.5.0", "types-PyYAML==6.0.12.12", "yamllint==1.33.0", ]