From 0c087cecb03003dec178a59f5eea60374bd4d924 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 10:47:00 +0000 Subject: [PATCH] Bump ruff from 0.9.2 to 0.9.3 (#575) --- pyproject.toml | 2 +- requirements_ruff.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1cb2cfe..af0757d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ black = [ "black==24.10.0", ] ruff = [ - "ruff==0.9.2", + "ruff==0.9.3", ] [project.scripts] diff --git a/requirements_ruff.txt b/requirements_ruff.txt index ad5f23d..899144c 100644 --- a/requirements_ruff.txt +++ b/requirements_ruff.txt @@ -1 +1 @@ -ruff==0.9.2 +ruff==0.9.3