Skip to content

Commit 57a774f

Browse files
Update pytest-cov requirement from ==6.0.* to ==6.2.*
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.0.0...v6.2.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 18573b0 commit 57a774f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ coverage == 7.6.*
33
mypy == 1.11.*
44
pre-commit == 4.0.*
55
pytest==8.3.*
6-
pytest-cov == 6.0.*
6+
pytest-cov == 6.2.*
77
tox == 4.22.*

0 commit comments

Comments
 (0)