Skip to content

Commit 2e2629c

Browse files
Update pytest-cov requirement from <4,>=3 to >=3,<5 in /requirements
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@v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c70e5e1 commit 2e2629c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/testing.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Testing dependencies
22
# --------------------
33

4-
pytest-cov>=3,<4
4+
pytest-cov>=3,<5
55
packaging>=23
66

77
requests>=2.25.1

0 commit comments

Comments
 (0)