diff --git a/pyproject.toml b/pyproject.toml index e3d0e77..388c474 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ mypy = "^1.11.1" pytest = "^8.3.2" pytest-cov = "^5.0.0" pytest-mock = "^3.14.0" -ruff = "^0.5.6" +ruff = "^0.8.2" [tool.ruff] select = ["ALL"]