Skip to content

Commit e5e308f

Browse files
ci: update pytest-cov requirement from <5.0.0,>=4.1.0 to >=4.1.0,<7.0.0 (#705)
1 parent 0283169 commit e5e308f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ dev = [
5757
"mypy>=1.15.0,<2.0.0",
5858
"pre-commit>=3.2.0,<4.4.0",
5959
"pytest>=8.0.0,<9.0.0",
60+
"pytest-cov>=6.0.0,<7.0.0",
6061
"pytest-asyncio>=1.0.0,<1.2.0",
61-
"pytest-cov>=4.1.0,<5.0.0",
6262
"pytest-xdist>=3.0.0,<4.0.0",
6363
"ruff>=0.12.0,<0.13.0",
6464
]
@@ -143,8 +143,8 @@ features = ["anthropic", "litellm", "llamaapi", "ollama", "openai", "otel", "mis
143143
extra-dependencies = [
144144
"moto>=5.1.0,<6.0.0",
145145
"pytest>=8.0.0,<9.0.0",
146+
"pytest-cov>=6.0.0,<7.0.0",
146147
"pytest-asyncio>=1.0.0,<1.2.0",
147-
"pytest-cov>=4.1.0,<5.0.0",
148148
"pytest-xdist>=3.0.0,<4.0.0",
149149
]
150150
extra-args = [

0 commit comments

Comments
 (0)