From a98dc7e08171a5af1ad961de75e1a3e21b8023f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 02:04:48 +0000 Subject: [PATCH] Update ruff requirement from <1,>=0.15.16 to >=0.15.17,<1 Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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.15.16...0.15.17) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.17 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 06bf0cf..a49fc9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ dev = [ "coverage[toml]>=7.14.1,<8", "pre-commit>=4.6.0,<5", - "ruff>=0.15.16,<1", + "ruff>=0.15.17,<1", ] [tool.uv] diff --git a/requirements-dev.txt b/requirements-dev.txt index d2485c0..27b3a44 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -r requirements.txt coverage[toml]>=7.14.1,<8 pre-commit>=4.6.0,<5 -ruff>=0.15.16,<1 +ruff>=0.15.17,<1