From 097ed73ccd3a00d00802bebc95fb3c04110ee2b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:03:29 +0100 Subject: [PATCH] build(deps): bump ruff from 0.6.4 to 0.7.1 (#2475) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eab5204ef..0d3a11dd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -130,7 +130,7 @@ dev = [ "flake8-simplify==0.21.0", "flake8-use-pathlib==0.3.0", "flake8-copyright==0.2.4", - "ruff==0.6.4", + "ruff==0.7.1", "black==24.10.0", "isort==5.13.2", "mypy==1.12.1",