From 24a85d6554e213b4316de5abaf7826efe6b7e2b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 07:22:22 +0000 Subject: [PATCH] chore(deps): bump pytest-cov from 4.1.0 to 7.1.0 in /backend Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 7.1.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 8afda28..91e3398 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -50,7 +50,7 @@ python-json-logger==2.0.7 # Development & Testing pytest==9.0.2 pytest-asyncio==1.3.0 -pytest-cov==4.1.0 +pytest-cov==7.1.0 faker==40.12.0 # Utilities