From bc58cb8622d40c10c5cea8b6bea353d66f312428 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:42:43 +0000 Subject: [PATCH] Update ruff requirement from 0.8.2 to 0.8.6 (#2689) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f075ec45..291fc06f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ python = ">=3.12,<3.13" pre-commit = "4.0.1" pre-commit-hooks = "5.0.0" pylint = "3.3.3" -ruff = "0.8.2" +ruff = "0.8.6" [tool.poetry.urls] "Bug Tracker" = "https://github.com/andrew-codechimp/HA-Battery-Notes/issues"