Skip to content

Commit 107ed8b

Browse files
Update pytest-cov requirement from ~=2.11 to ~=3.0 (#1424)
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.11.0...v3.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> Co-authored-by: Daniël van Noord <[email protected]>
1 parent 4507c61 commit 107ed8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
coveralls~=3.3
44
coverage~=5.5
55
pre-commit~=2.17
6-
pytest-cov~=2.11
6+
pytest-cov~=3.0
77
tbump~=6.3.2
88
types-typed-ast; implementation_name=="cpython" and python_version<"3.8"
99
types-pkg_resources==0.1.3

0 commit comments

Comments
 (0)