Skip to content

Commit 85fdaa4

Browse files
Update pytest-cov requirement from ==2.10.* to ==2.11.* (#108)
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.10.0...v2.11.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c3b68f commit 85fdaa4

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
@@ -1,5 +1,5 @@
11
pytest==6.2.*
2-
pytest-cov==2.10.*
2+
pytest-cov==2.11.*
33
pytest-vcr==1.0.*
44
black==20.8b1
55
isort==5.7.*

0 commit comments

Comments
 (0)