Skip to content

Commit 5427acd

Browse files
Update dependency pytest-cov to v6.2.1 (#137)
* Update dependency pytest-cov to v6.2.1 for Python >= 3.9 * Keep using v5.0.0 for Python < 3.9 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Bart van Andel <bavanandel@gmail.com>
1 parent c9a13d4 commit 5427acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest==8.3.5; python_version < '3.9'
22
pytest==8.4.0; python_version >= '3.9'
33
pytest-cov==5.0.0; python_version < '3.9'
4-
pytest-cov==6.1.0; python_version >= '3.9'
4+
pytest-cov==6.2.1; python_version >= '3.9'

0 commit comments

Comments
 (0)