From 5526e39679a58b5cb820b93cfd211b73c0c08f77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 10:04:06 +1000 Subject: [PATCH] chore(deps): update dependency ruff to v0.6.7 (#2694) 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 a244f8a3a..5a4a765c7 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.6", + "ruff==0.6.7", ] doc = ["sphinx"]