From 2fdc9f30bf7fa373cc78046d0f9cd6b688550f92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 18:19:56 +0000 Subject: [PATCH] chore(deps-dev): update pytest-cov requirement in /backend 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/v7.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] --- backend/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index d744868f..46745f1c 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -39,7 +39,7 @@ snowflake = [ dev = [ "pytest>=9.0.3", "pytest-asyncio>=1.4.0", - "pytest-cov>=7.0.0", + "pytest-cov>=7.1.0", "mypy>=2.1.0", "asyncpg-stubs>=0.31.2", "types-python-jose>=3.5.0.20260408", @@ -50,7 +50,7 @@ dev = [ dev = [ "pytest>=9.0.3", "pytest-asyncio>=1.4.0", - "pytest-cov>=7.0.0", + "pytest-cov>=7.1.0", "mypy>=2.1.0", "asyncpg-stubs>=0.31.2", "types-python-jose>=3.5.0.20260408",