Skip to content

Commit c1c9cf3

Browse files
Update pytest-cov requirement from <8.0.0,>=2.12.0 to >=7.1.0,<8.0.0
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.12.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 b78f1ce commit c1c9cf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mypy == 1.19.1
1010
orjson >= 3.2.1
1111
pytest >= 6.2.4,< 9.0.0
1212
pytest-asyncio
13-
pytest-cov >= 2.12.0,< 8.0.0
13+
pytest-cov >= 7.1.0,< 8.0.0
1414
python-multipart >= 0.0.5
1515
python-socketio==5.16.1
1616
regex==2026.1.15

0 commit comments

Comments
 (0)