From e8e4b1931b0e65f2fff4728dfdeb9b8b37de2915 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 18:38:59 +0000 Subject: [PATCH] chore(deps): update dependency ruff to v0.9.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f3daff..6c96f78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ pylint = "*" flake8 = "*" flake8-bugbear = "24.12.12" flake8-pytest-style = "2.1.0" -ruff = "0.9.5" +ruff = "0.9.6" coverage = "*" black = ">=24.1" mypy = ">=1.8"