Skip to content

Commit 4643402

Browse files
chore(deps): update pytest-cov requirement from ~=2.12 to ~=3.0 (#641)
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.12.0...v3.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 484db8a commit 4643402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ selenium = "~=3.141"
1212
black = "==20.8b1"
1313

1414
pytest = "~=6.2"
15-
pytest-cov = "~=2.12"
15+
pytest-cov = "~=3.0"
1616

1717
tox = "~=3.24"
1818

0 commit comments

Comments
 (0)