From f052d832799e7791dae9ed46bb44fa2ad692ac3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:59:38 -0500 Subject: [PATCH] Update ruff requirement from ~=0.7.3 to ~=0.8.0 (#1336) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 452271b01..0eede99df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ doc = [ "svgutils", ] dev = [ - "ruff ~= 0.7.3", + "ruff ~= 0.8.0", "pre-commit", ] tests = [