From d074145fa80dd4dbd98c5120cae00ae9f24a0875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 13:34:46 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-cov from 4.1.0 to 7.1.0 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b455456..4b8cd4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev = [ "pre-commit>=4.6.1", "mypy>=1.18.2", "pytest>=8.4.2", - "pytest-cov>=4.0.0", + "pytest-cov>=7.1.0", "pyinstaller>=6.0.0", ] diff --git a/requirements-dev.txt b/requirements-dev.txt index 3b6924a..76eea15 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ # Testing pytest==7.4.3 -pytest-cov==4.1.0 +pytest-cov==7.1.0 pytest-mock==3.12.0 # Quality gates (lint + LSP/type)