Skip to content

Commit 5ab9f10

Browse files
Update pytest-cov requirement from ==6.0.* to ==6.1.*
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.1.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8a3a509 commit 5ab9f10

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
@@ -2,6 +2,6 @@ coverage == 7.6.*
22
mypy == 1.15.*
33
pre-commit == 4.1.*
44
pytest == 8.3.*
5-
pytest-cov == 6.0.*
5+
pytest-cov == 6.1.*
66
requests == 2.32.*
77
tox == 4.24.*

0 commit comments

Comments
 (0)