From 986472fca6a082d884353c318d33614b06b87193 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 12:23:34 +0000 Subject: [PATCH] build(deps): update ruff requirement from >=0.4 to >=0.15.18 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/v0.4.0...0.15.18) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7dfb95a..bb1bded 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ ] [project.optional-dependencies] -dev = ["pytest>=7.0", "pytest-cov>=4.0", "mypy>=1.0", "redis>=5.0", "ruff>=0.4"] +dev = ["pytest>=7.0", "pytest-cov>=4.0", "mypy>=1.0", "redis>=5.0", "ruff>=0.15.18"] server = ["grpcio>=1.60", "grpcio-tools>=1.60", "redis>=5.0", "fastapi>=0.110", "uvicorn[standard]>=0.25", "httpx>=0.27", "pydantic>=2.0"] gpu = ["torch>=2.0"] local-llm = ["transformers>=4.35", "tokenizers>=0.15", "torch>=2.0", "sentencepiece>=0.1", "protobuf>=3.20"] diff --git a/requirements.txt b/requirements.txt index 80610a7..c70de43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ rich>=13.0 pytest>=7.0 pytest-cov>=4.0 mypy>=1.0 -ruff>=0.4 +ruff>=0.15.18 redis>=5.0 # Server dependencies