From 6939becd56f7dc270b0a8d134b0638fa0c767e21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 18:09:56 +0000 Subject: [PATCH] :arrow_up: Update ruff requirement 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.6.5...0.14.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 171792b..66cca30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ dev = [ "pytest>=8.3.2,<8.5.0", "pre-commit>=3.8,<4.3", "mypy>=1.11.2,<1.17.0", - "ruff>=0.6.5,<0.12.0", + "ruff>=0.6.5,<0.15.0", "tox>=4.18.1,<4.27.0" ] florence_2 = [