From 515320996c5067774938924b71c66389f9f8deaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 02:19:30 +0000 Subject: [PATCH] chore: bump pytest-cov from 4.1.0 to 7.0.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 7.0.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.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.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 65f0f0a..07d404d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -50,7 +50,7 @@ hashlib-additional==1.1 # Testing pytest==9.0.2 pytest-asyncio==0.21.1 -pytest-cov==4.1.0 +pytest-cov==7.0.0 httpx==0.25.2 # Monitoring