Skip to content

Commit af444ea

Browse files
Update pytest-cov requirement from ==3.* to ==4.* (#236)
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v3.0.0...v4.1.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> Co-authored-by: Maciej Dąbrowski <51504507+mdabrowski1990@users.noreply.github.com>
1 parent 6d7bacb commit af444ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest==7.*
2-
pytest-cov==3.*
2+
pytest-cov==4.*
33
pytest-asyncio>=0.17.2
44
mock==5.*

0 commit comments

Comments
 (0)