From 9ddd443d45824f88c65081d6c286e822cf5796f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:26:17 +0000 Subject: [PATCH] chore(deps): update dependency ruff to v0.7.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6fec1e11..579aff84 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.0", "lumberman", ]