diff --git a/pyproject.toml b/pyproject.toml index b16ddd6..f22698f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ Funding = 'https://github.com/sponsors/yezz123' lint = [ "pre-commit==3.7.1", "mypy==1.10.0", - "ruff==0.4.9", + "ruff==0.4.10", ] test = [ "pytest==8.2.2",