Skip to content

Commit 24716bd

Browse files
authored
Merge pull request #9 from trustyai-explainability/dependabot/pip/pytest-cov-gte-4.1.0-and-lt-7
Update pytest-cov requirement from <5,>=4.1.0 to >=4.1.0,<7
2 parents a81eebb + 7cf9420 commit 24716bd

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
@@ -23,7 +23,7 @@ dev = [
2323
"isort>=5.12.0,<7",
2424
"flake8>=6.1.0,<8",
2525
"mypy>=1.5.1,<2",
26-
"pytest-cov>=4.1.0,<5",
26+
"pytest-cov>=4.1.0,<7",
2727
"httpx>=0.25.0,<0.29",
2828
]
2929
eval = ["lm-eval[api]==0.4.4", "fastapi-utils>=0.8.0", "typing-inspect==0.9.0"]

0 commit comments

Comments
 (0)