Skip to content

Commit 76e3441

Browse files
chore(deps): update pytest-cov requirement
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. Updates `pytest-cov` to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 286535f commit 76e3441

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
@@ -77,7 +77,7 @@ dev = [
7777
"openpyxl~=3.1",
7878
"pyparsing>=3.2.1,<4",
7979
"pytest>=8.3.4,<9",
80-
"pytest-cov~=6.0",
80+
"pytest-cov>=6,<8",
8181
"pytest-rerunfailures>=15,<17",
8282
"pytest-timeout>=2.3.1,<3",
8383
"pytest-xdist>=3.6.1,<4",

0 commit comments

Comments
 (0)