Skip to content

Commit f3856f7

Browse files
build(deps): update pytest-cov requirement from <8,>=3 to >=7.1.0,<8
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...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3a637a8 commit f3856f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pip install -r requirements/testing.txt
22
pytest>=8.4.2,<9
3-
pytest-cov>=3,<8
3+
pytest-cov>=7.1.0,<8
44
Flask>=2.0.3,<4
55
gevent>=22.10.2,<27
66
gevent-websocket>=0.10.1,<1

0 commit comments

Comments
 (0)