From 7ed0a07441894efd53d99ed77d2396c3ab80b121 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 09:07:47 +0100 Subject: [PATCH] Bump ruff from 0.9.5 to 0.9.6 (#585) --- pyproject.toml | 2 +- requirements_ruff.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f552302..38d916d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ black = [ "black==25.1.0", ] ruff = [ - "ruff==0.9.5", + "ruff==0.9.6", ] [project.scripts] diff --git a/requirements_ruff.txt b/requirements_ruff.txt index 6686c34..4b0fc81 100644 --- a/requirements_ruff.txt +++ b/requirements_ruff.txt @@ -1 +1 @@ -ruff==0.9.5 +ruff==0.9.6