diff --git a/pyproject.toml b/pyproject.toml index 802c312a..8d623039 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ version = "0.39.1" [project.optional-dependencies] lint = [ "pylint==3.2.6", - "ruff==0.5.5", + "ruff==0.6.3", ] test = [ "pytest-aiohttp==1.0.5",