From ce26e3eb27c43f23ef172949fc7413dddc45eedb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 12:23:44 +0000 Subject: [PATCH] build(deps): update pytest-cov requirement from >=4.0 to >=7.1.0 Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 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..d86e569 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>=7.1.0", "mypy>=1.0", "redis>=5.0", "ruff>=0.4"] 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..78959cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ rich>=13.0 # Dev dependencies pytest>=7.0 -pytest-cov>=4.0 +pytest-cov>=7.1.0 mypy>=1.0 ruff>=0.4 redis>=5.0