From 735280be857a361f210eb152089f326a5662f507 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 11:05:33 +0000 Subject: [PATCH 1/2] Update dependency pytest-cov to v7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 62d08e3c..aa210e3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ test = [ "Pyjwt~=2.10.0", "pytest>=8.2,<9", "pytest-asyncio~=1.0", - "pytest-cov>=6.1,<7", + "pytest-cov>=7,<8", "pytest-mock>=3.12,<3.15", "pytest-randomly==4.*", "pytest-xdist==3.*", From aa0dd5958c7d0c9cb71f360ce315027806aed8af Mon Sep 17 00:00:00 2001 From: clavedeluna Date: Fri, 3 Oct 2025 08:43:10 -0300 Subject: [PATCH 2/2] update coveragerc to include subprocess measurement: see release notes https://pytest-cov.readthedocs.io/en/stable/changelog.html?utm_source=openai --- .coveragerc | 1 + 1 file changed, 1 insertion(+) diff --git a/.coveragerc b/.coveragerc index 61b9c624..bdd9124f 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,5 +1,6 @@ [run] source = codemodder +patch = subprocess omit = */codemodder/scripts/* */codemodder/_version.py