From dcdf51afdbba51f0fcc7f270bdf7a2a3dd5ae7cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:46:04 +0000 Subject: [PATCH] chore(deps-dev): update pytest-cov requirement in /server 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/v5.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- server/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/pyproject.toml b/server/pyproject.toml index 27de72a8..f4026697 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ dev = [ "pytest>=8.3.0", "pytest-asyncio>=0.24.0", - "pytest-cov>=5.0.0", + "pytest-cov>=7.1.0", "ruff>=0.6.0", "pyright>=1.1.0", ]