Skip to content

Commit 43d221e

Browse files
Update pytest-cov requirement from <5,>=4.1.0 to >=4.1.0,<8
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@v4.1.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]>
1 parent d1ba047 commit 43d221e

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
@@ -73,7 +73,7 @@ dev = [
7373
"coverage",
7474
"ruff>=0.9.3,<1",
7575
"pytest~=8.3",
76-
"pytest-cov>=4.1.0,<5",
76+
"pytest-cov>=4.1.0,<8",
7777
"pytest-recording>=0.13.1,<0.14",
7878
"vcrpy>=6.02",
7979
]

0 commit comments

Comments
 (0)