From c061ec5e2bdb0ca1a7160aa126bbe55d4e6e7cc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 08:26:20 -0700 Subject: [PATCH] build(deps): bump ruff from 0.8.0 to 0.9.2 (#2566) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ffff6098..e3eaa390 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -137,7 +137,7 @@ dev = [ "flake8-simplify==0.21.0", "flake8-use-pathlib==0.3.0", "flake8-copyright==0.2.4", - "ruff==0.8.0", + "ruff==0.9.2", "black==24.10.0", "isort==5.13.2", "mypy==1.14.1",