From 74e989ae7f1c6ada1e0d8637c3446aa6b0186fa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 17:34:30 +0000 Subject: [PATCH] Update ruff requirement from ^0.12.10 to >=0.12.10,<0.16.0 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.12.10...0.15.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 904308f4..37865f8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ setuptools = "<81" rich = "^14.0.0" [tool.poetry.group.dev.dependencies] -ruff = "^0.12.10" +ruff = ">=0.12.10,<0.16.0" [build-system] requires = ["poetry-core>=1.0.0"]