Skip to content

Commit e4c0e67

Browse files
ci: update pytest-cov requirement from <7.0.0,>=6.0.0 to >=6.0.0,<8.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@v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5790a9c commit e4c0e67

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,7 +57,7 @@ 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",
60+
"pytest-cov>=6.0.0,<8.0.0",
6161
"pytest-asyncio>=1.0.0,<1.2.0",
6262
"pytest-xdist>=3.0.0,<4.0.0",
6363
"ruff>=0.12.0,<0.14.0",
@@ -142,7 +142,7 @@ features = ["anthropic", "litellm", "llamaapi", "ollama", "openai", "otel", "mis
142142
extra-dependencies = [
143143
"moto>=5.1.0,<6.0.0",
144144
"pytest>=8.0.0,<9.0.0",
145-
"pytest-cov>=6.0.0,<7.0.0",
145+
"pytest-cov>=6.0.0,<8.0.0",
146146
"pytest-asyncio>=1.0.0,<1.2.0",
147147
"pytest-xdist>=3.0.0,<4.0.0",
148148
]

0 commit comments

Comments
 (0)