From 75fe6f192b09b75ec7dbbf4260fd9382901d4b21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 20:40:11 +0000 Subject: [PATCH] chore(deps): update dependency ruff to v0.7.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 190888d1e..7feb07aa8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ "mypy==1.12.0", "flake8==7.1.1", "pre-commit==4.0.1", - "ruff==0.6.9", + "ruff==0.7.0", ] doc = ["sphinx"]