From 91400137f529ac2417a2304c53bf6c10f41ff9e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 16:55:58 +0000 Subject: [PATCH] chore(deps): update dependency ruff to v0.6.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1b6c38..f715b87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pylint = "3.3.1" flake8 = "7.1.1" flake8-bugbear = "24.8.19" flake8-pytest-style = "2.0.0" -ruff = "0.6.8" +ruff = "0.6.9" coverage = "7.6.1" mypy = "1.11.2" bandit = "1.7.10"