From 1956d2beb7fa7a8210b61a4fad1044386b802905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 02:54:03 +0000 Subject: [PATCH] Update ruff requirement from ~=0.14.0 to ~=0.15.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/commits) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.1 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 7d923f4..ef2568f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "promptools[tokenizer]~=0.1.3.5", "pymupdf~=1.26.0", "rich~=14.2.0", - "ruff~=0.14.0", + "ruff~=0.15.1", "uvicorn~=0.40.0", "uvicorn-hmr[all]~=0.1.0", "watchfiles~=1.1.0",