Skip to content

Commit 2ca6459

Browse files
build(deps-dev): update pytest-cov requirement from ~=4.0 to ~=5.0 (#873)
Updates the requirements on `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.0.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 6d7df6d commit 2ca6459

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
@@ -61,7 +61,7 @@ test = [
6161
"pytest-xdist>=2,<4",
6262
"pytest-mock>=3,<4",
6363
"pytest-lazy-fixture~=0.6.3",
64-
"pytest-cov>=4,<5",
64+
"pytest-cov ~= 5.0",
6565
"pytest-pretty>=1.2.0,<2",
6666
"pytest-clarity>=1.0.1",
6767
"responses==0.23.3",

0 commit comments

Comments
 (0)