Skip to content

Commit 8f2f836

Browse files
dependabot[bot]KaiSchwarz-cnic
authored andcommitted
chore: update pytest-cov requirement from ==2.* to >=2,<4
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@v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 294c325 commit 8f2f836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def find_version(*file_paths):
4444
"docutils==0.*",
4545
"guzzle-sphinx-theme==0.*",
4646
"m2r2==0.*",
47-
"pytest-cov==2.*",
47+
"pytest-cov>=2,<4",
4848
"sphinx==3.*",
4949
"sphinxcontrib-log-cabinet==1.*",
5050
"sphinxcontrib-websupport==1.*",

0 commit comments

Comments
 (0)