Skip to content

Commit ea3cd59

Browse files
Update pytest-cov requirement from ~=6.1 to ~=6.2 (#2768)
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.1.0...v6.2.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c2aa470 commit ea3cd59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements_minimal.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ tbump~=6.11
55
# Tools used to run tests
66
coverage~=7.8
77
pytest
8-
pytest-cov~=6.1
8+
pytest-cov~=6.2
99
mypy

0 commit comments

Comments
 (0)