Skip to content

Commit bad3a64

Browse files
Update pytest-cov requirement from <7,>=3 to >=3,<8 (#5104)
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@v3.0.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 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 049d0dd commit bad3a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ test = [
6868
"pandas~=2.0",
6969
"pluggy>=1.0",
7070
"pre-commit>=2.9.2,<5.0", # The hook `mypy` requires pre-commit version 2.9.2.
71-
"pytest-cov>=3,<7",
71+
"pytest-cov>=3,<8",
7272
"pytest-mock>=1.7.1,<4.0",
7373
"pytest-xdist[psutil]>=2.2.1,<4.0",
7474
"pytest>=7.2,<9.0",

0 commit comments

Comments
 (0)