Skip to content

Commit 38f7cca

Browse files
Update pytest-cov requirement from ~=4.1.0 to >=4.1,<5.1 (#408)
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...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov 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 789b40e commit 38f7cca

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
@@ -57,7 +57,7 @@ test = [
5757
"pre-commit<4",
5858
"Pyjwt~=2.8.0",
5959
"pytest>=7.4,<8.2",
60-
"pytest-cov~=4.1.0",
60+
"pytest-cov>=4.1,<5.1",
6161
"pytest-mock>=3.12,<3.15",
6262
"pytest-randomly==3.*",
6363
"pytest-xdist==3.*",

0 commit comments

Comments
 (0)