From 28b48d2311323ef674c8717e6952f5ba4c9557b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 20:07:40 +0000 Subject: [PATCH] chore(deps): update dependency ruff to v0.7.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6fec1e11..cb9c8699 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dev = [ "invoke==2.2.0", "pyright==1.1.371", "pre-commit==3.7.1", - "ruff==0.4.5", + "ruff==0.7.1", "lumberman", ]