From 50ff36227491d2fe0ca53187bf25df64b3e8f5d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 00:49:05 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-cov from 6.1.1 to 7.1.0 in /backend Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.1.1 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/v6.1.1...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/develop-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/develop-requirements.txt b/backend/develop-requirements.txt index 75de40c..0d1e23f 100644 --- a/backend/develop-requirements.txt +++ b/backend/develop-requirements.txt @@ -23,7 +23,7 @@ types-requests ==2.33.* # Plugins for pytest. Note that the `custom_exit_code` plugin may currently be unmaintained. pytest-cases ==3.10.1 pytest-custom_exit_code ==0.3.0 -pytest-cov ==6.1.1 # Uses: coverage[toml] >=7.5 +pytest-cov ==7.1.0 # Uses: coverage[toml] >=7.5 pytest-doctestplus ==1.7.1 pytest-env ==1.6.0 pytest-docker ==3.2.5