From b4f097d5e9e30b51857eda6ea1e2110a8442e2a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 12:52:38 +0000 Subject: [PATCH] build(deps): bump pytest-cov from 5.0.0 to 7.1.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 5.0.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/v5.0.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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 94e4a26..66c6afc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ isort==5.13.2 # --- Testing --- pytest==9.1.1 -pytest-cov==5.0.0 +pytest-cov==7.1.0 coverage==7.16.0 httpx==0.28.1