Skip to content

Commit 8509c1f

Browse files
chore(deps): update pytest-cov requirement from <7,>=4.1.0 to >=4.1.0,<8
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@v4.1.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 4f42f2b commit 8509c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dev = [
2828
"isort>=5.12.0,<7",
2929
"flake8>=6.1.0,<8",
3030
"mypy>=1.5.1,<2",
31-
"pytest-cov>=4.1.0,<7",
31+
"pytest-cov>=4.1.0,<8",
3232
"httpx>=0.25.0,<0.29",
3333
]
3434
eval = ["lm-eval[api]==0.4.4", "fastapi-utils>=0.8.0", "typing-inspect==0.9.0"]

0 commit comments

Comments
 (0)