Skip to content

Commit db13d3c

Browse files
chore(deps): update pytest-cov requirement from ==5.0.* to ==6.0.* (#115)
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@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2b3df36 commit db13d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
coverage[toml] == 7.*
22
pytest == 8.3.*
3-
pytest-cov == 5.0.*
3+
pytest-cov == 6.0.*
44
pytest-timeout == 2.3.*
55
pytest-xdist == 3.6.*
66
types-PyYAML == 6.*

0 commit comments

Comments
 (0)