From f4d8e8b774fe64098c8711bde64771cc80a3cde7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:20:57 -0500 Subject: [PATCH] Update ruff requirement from ~=0.4.3 to ~=0.7.3 (#1321) 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 43379ff45..503e572cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ doc = [ "svgutils", ] dev = [ - "ruff ~= 0.4.3", + "ruff ~= 0.7.3", "pre-commit", ] tests = [