Skip to content

Commit 13e7223

Browse files
chore(pip)(deps-dev): update pytest-cov requirement in /agent
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.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0e3d77f commit 13e7223

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
[project.optional-dependencies]
2727
dev = [
2828
"pytest>=7.4",
29-
"pytest-cov>=4.0",
29+
"pytest-cov>=7.1.0",
3030
"pytest-asyncio>=0.21",
3131
"pytest-timeout>=2.1",
3232
"pytest-benchmark>=4.0",

0 commit comments

Comments
 (0)