Skip to content

Commit 275e3b3

Browse files
Update pytest-cov requirement from <6,>=2 to >=2,<7 (#1584)
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@v2.0.0...v6.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> Co-authored-by: Michael Brooks <[email protected]>
1 parent 4775afb commit 275e3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
aiohttp<4 # used for a WebSocket server mock
33
pytest>=7.0.1,<9
44
pytest-asyncio<1 # for async
5-
pytest-cov>=2,<6
5+
pytest-cov>=2,<7
66
# while flake8 5.x have issues with Python 3.12, flake8 6.x requires Python >= 3.8.1,
77
# so 5.x should be kept in order to stay compatible with Python 3.6/3.7
88
flake8>=5.0.4,<8

0 commit comments

Comments
 (0)