Skip to content

Commit 27c583c

Browse files
Update pytest-cov requirement from <6.0.0,>=2.12.0 to >=2.12.0,<7.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...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f8d1cb4 commit 27c583c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ httpx >=0.22.0
33
mypy == 1.11.2
44
pytest >=7.1.3,<9.0.0
55
pytest-asyncio==0.24.0
6-
pytest-cov >=2.12.0,<6.0.0
6+
pytest-cov >=2.12.0,<7.0.0
77
pytest-django
88
ruff ==0.6.8

0 commit comments

Comments
 (0)