Skip to content

Commit 5e03d1c

Browse files
chore(deps-dev): update pytest-cov requirement in /sdk
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.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 bb95676 commit 5e03d1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
[project.optional-dependencies]
3131
dev = [
3232
"pytest>=9.0.3",
33-
"pytest-cov>=6.0",
33+
"pytest-cov>=7.1.0",
3434
"pytest-asyncio>=1.3.0",
3535
"mypy>=1.14",
3636
"mypy-protobuf>=3.6",

0 commit comments

Comments
 (0)