diff --git a/pyproject.toml b/pyproject.toml index 4c04bb4..170c3ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ aiohttp = "3.10.5" [tool.poetry.dev-dependencies] pytest = "^8.0.0" pytest-cov = "^5.0.0" -ruff = "^0.5.0" +ruff = "^0.6.3" [tool.pytest.ini_options] testpaths = ["tests",]