From e7aeb5573703874738823bde3819a3a1ad3e68ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 21:33:33 +0000 Subject: [PATCH] build(deps-dev): update pytest-cov requirement from ==4.1.0 to ==6.0.0 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](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d6eae5238..3fd5a725b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,7 +105,7 @@ pylint = "==3.3.1" flake8 = "==5.0.4" parameterized = "==0.9.0" pytest = "==7.4.4" -pytest-cov = "==4.1.0" +pytest-cov = "==6.0.0" pytest-watcher = "==0.4.3" grpcio-tools = "==1.60.0" mypy-protobuf = "==3.2.0"