From ffd0b9da9ed75fb5a946bdecce847549f33d44de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 22:35:32 +0000 Subject: [PATCH] Bump ruff from 0.14.14 to 0.15.0 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.14 to 0.15.0. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.14.14...0.15.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements_ruff.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b4574a6..b6032e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ black = [ "black==26.1.0", ] ruff = [ - "ruff==0.14.14", + "ruff==0.15.0", ] [project.scripts] diff --git a/requirements_ruff.txt b/requirements_ruff.txt index 3ef8498..14c48d6 100644 --- a/requirements_ruff.txt +++ b/requirements_ruff.txt @@ -1 +1 @@ -ruff==0.14.14 +ruff==0.15.0