From 784c361229b6fad0f740a0963e38e97c1642942a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 16:35:29 +0000 Subject: [PATCH] build(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 012f96dc..562ebfcd 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -26,4 +26,4 @@ pycrdt-websocket~=0.16.0 # Testing dependencies pytest==9.0.3 pytest-asyncio==1.3.0 -pytest-cov==4.1.0 +pytest-cov==7.1.0