Skip to content

Commit 71e3572

Browse files
Update pytest-cov requirement from ==2.10.* to ==2.11.* (#113)
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 d018034 commit 71e3572

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,6 +1,6 @@
11
pytest==6.2.*
22
pytest-vcr==1.0.*
3-
pytest-cov==2.10.*
3+
pytest-cov==2.11.*
44
black==20.8b1
55
isort==5.7.*
66
flake8==3.8.*

0 commit comments

Comments
 (0)