diff --git a/pyproject.toml b/pyproject.toml index 4c899b9..5f1e136 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dev = [ 'pytest-asyncio', 'pytest-benchmark', 'pytest-dependency', - 'ruff>=0.8', + 'ruff~=0.9', 'mike', 'pre-commit' ]