diff --git a/pyproject.toml b/pyproject.toml index ee975b0..37c516f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ requirements-test = [ "pytest==8.3.4", "pytest-aiohttp==1.0.5", "pytest-cov==6.0.0", - "ruff==0.8.6", + "ruff==0.9.1", ] requirements-dev = [ "pre-commit==4.0.1"