diff --git a/pyproject.toml b/pyproject.toml index 0540642..1e6c309 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ aiohttp = "3.10.8" [tool.poetry.dev-dependencies] pytest = "^8.0.0" pytest-cov = "^5.0.0" -ruff = "^0.6.3" +ruff = "^0.7.1" [tool.pytest.ini_options] testpaths = ["tests",]