Skip to content

Commit 101afb1

Browse files
Update pytest-cov requirement from ^3.0.0 to ^4.0.0
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eb8182f commit 101afb1

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
@@ -53,7 +53,7 @@ mypy = "^0.971"
5353
isort = "^5.6.4"
5454
doc8 = "^0.11.0"
5555
darglint = "^1.5.7"
56-
pytest-cov = "^3.0.0"
56+
pytest-cov = "^4.0.0"
5757
pylint = "^2.6.0"
5858
sphinx-argparse = "^0.3.0"
5959
deepdiff = "^5.2.3"

0 commit comments

Comments
 (0)