From c64cae1a2bb6fc3823d3a2e33574cffe3f2d83c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 19:26:23 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-cov from 6.0.0 to 7.0.0 in /reporter Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.0.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/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- reporter/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reporter/requirements-dev.txt b/reporter/requirements-dev.txt index 78272a4..e4b3ce0 100644 --- a/reporter/requirements-dev.txt +++ b/reporter/requirements-dev.txt @@ -2,7 +2,7 @@ pytest==8.3.5 pytest-postgresql==7.0.2 coverage==7.6.10 -pytest-cov==6.0.0 +pytest-cov==7.0.0 jsonschema==4.23.0 PyYAML==6.0.2 hypothesis==6.122.3