From 9de2df7ef05daf2f6b4197d7ff4181ead3a917fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 08:08:48 +1000 Subject: [PATCH] Update dependency ruff to v0.6.5 (#2682) 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 9997f6001..7eee9d250 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.4", + "ruff==0.6.5", ] doc = ["sphinx"]