Skip to content

Commit 3d2ffd6

Browse files
Update pytest-cov requirement from ~=6.2 to >=6.2,<8.0 (#10555)
* Update pytest-cov requirement from ~=6.2 to >=6.2,<8.0 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.2.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]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b8a6a7e commit 3d2ffd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ dev = [
7676

7777
test = [
7878
"coverage~=7.10",
79-
"pytest-cov~=6.2",
79+
"pytest-cov>=6.2,<8",
8080
"pytest-xdist~=3.8",
8181
"six",
8282
"tox>=3",

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
coverage~=7.10
33
tbump~=6.11.0
44
contributors-txt>=1.0.0
5-
pytest-cov~=6.2
5+
pytest-cov>=6.2,<8.0
66
pytest-xdist~=3.8
77
six
88
tox>=3

0 commit comments

Comments
 (0)