Skip to content

Commit accdd0d

Browse files
authored
Merge pull request #193 from python-ellar/dependabot/pip/pytest-cov-gte-2.12.0-and-lt-6.0.0
Update pytest-cov requirement from <5.0.0,>=2.12.0 to >=2.12.0,<6.0.0
2 parents 2d87fab + e45d716 commit accdd0d

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
@@ -8,7 +8,7 @@ mypy == 1.8.0
88
orjson >= 3.2.1
99
pytest >= 6.2.4,< 9.0.0
1010
pytest-asyncio
11-
pytest-cov >= 2.12.0,<5.0.0
11+
pytest-cov >= 2.12.0,< 6.0.0
1212
python-multipart >= 0.0.5
1313
python-socketio
1414
ruff ==0.3.4

0 commit comments

Comments
 (0)