Skip to content

Commit b9e0a6f

Browse files
authored
Merge pull request #114 from python-ellar/dependabot/pip/pytest-cov-gte-2.12.0-and-lt-7.0.0
Update pytest-cov requirement from <6.0.0,>=2.12.0 to >=2.12.0,<7.0.0
2 parents baf527d + 7a54799 commit b9e0a6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements-tests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ autoflake
22
mypy == 1.13.0
33
pytest >=7.1.3,<9.0.0
44
pytest-asyncio
5-
pytest-cov >=2.12.0,<6.0.0
6-
ruff ==0.7.1
5+
pytest-cov >=2.12.0,<7.0.0
6+
ruff ==0.7.1

0 commit comments

Comments
 (0)