From 588d69bd7d9786a1dd5362b44b60c1edd977f9ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 02:24:32 +1000 Subject: [PATCH] Update dependency ruff to v0.6.3 (#2660) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 592a608f..5f9f934f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ "mypy==1.11.2", "flake8==7.1.1", "pre-commit==3.8.0", - "ruff==0.6.2", + "ruff==0.6.3", ] doc = ["sphinx"]