Skip to content

Commit 8f8220d

Browse files
Update pytest-cov requirement from <5,>=3 to >=3,<6 (#1067)
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...v5.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>
1 parent 880c133 commit 8f8220d

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
# pip install -r requirements/testing_without_asyncio.txt
22
pytest>=6.2.5,<9
3-
pytest-cov>=3,<5
3+
pytest-cov>=3,<6
44
black==22.8.0 # Until we drop Python 3.6 support, we have to stay with this version

0 commit comments

Comments
 (0)