Skip to content

Commit 4a03fe8

Browse files
authored
Merge pull request #66 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 e592a6b + cc4bf8a commit 4a03fe8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements-tests.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
autoflake
2-
mypy == 1.14.1
2+
mypy == 1.15.0
33
pytest >= 7.1.3,< 9.0.0
44
pytest-asyncio
5-
pytest-cov >= 2.12.0,< 6.0.0
6-
ruff ==0.9.4
5+
pytest-cov >= 2.12.0,< 7.0.0
6+
ruff ==0.13.3
77
pytest-cov >= 2.12.0,< 7.0.0
88
types-python-dateutil
99
types-pytz

0 commit comments

Comments
 (0)