Skip to content

Commit e79a00a

Browse files
authored
Merge pull request #30 from The-AI-Alliance/dependabot/uv/pytest-cov-gte-7.1.0
Update pytest-cov requirement from >=4.0.0 to >=7.1.0
2 parents ee9991f + 2300327 commit e79a00a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
[project.optional-dependencies]
1515
dev = [
1616
"pytest>=7.0.0",
17-
"pytest-cov>=4.0.0",
17+
"pytest-cov>=7.1.0",
1818
"pylint>=4.0.5",
1919
"black>=23.0.0",
2020
"ruff>=0.1.0",

0 commit comments

Comments
 (0)